Uses of Interface
org.apache.druid.java.util.common.FileUtils.InputStreamSupplier
-
Packages that use FileUtils.InputStreamSupplier Package Description org.apache.druid.java.util.common -
-
Uses of FileUtils.InputStreamSupplier in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common with parameters of type FileUtils.InputStreamSupplier Modifier and Type Method Description static long
FileUtils. copyLarge(FileUtils.InputStreamSupplier inputSource, File outFile, byte[] fetchBuffer, com.google.common.base.Predicate<Throwable> retryCondition, int numTries, String messageOnRetry)
Copy a potentially large amount of data from an input source to a file.
-