mirror of https://github.com/apache/druid.git
7 lines
791 B
Plaintext
7 lines
791 B
Plaintext
com.google.common.collect.MapMaker @ Create java.util.concurrent.ConcurrentHashMap directly
|
|
com.google.common.collect.Maps#newConcurrentMap() @ Create java.util.concurrent.ConcurrentHashMap directly
|
|
com.google.common.util.concurrent.Futures#transform(com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.AsyncFunction) @ Use io.druid.java.util.common.concurrent.ListenableFutures#transformAsync
|
|
com.google.common.collect.Iterators#emptyIterator() @ Use java.util.Collections#emptyIterator()
|
|
com.google.common.base.Charsets @ Use java.nio.charset.StandardCharsets instead
|
|
java.io.File#toURL() @ Use java.io.File#toURI() and java.net.URI#toURL() instead
|
|
org.apache.commons.io.FileUtils#getTempDirectory() @ Use org.junit.rules.TemporaryFolder for tests instead |