Uses of Interface
org.apache.druid.java.util.common.FileUtils.InputStreamSupplier
Packages that use FileUtils.InputStreamSupplier
-
Uses of FileUtils.InputStreamSupplier in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common with parameters of type FileUtils.InputStreamSupplierModifier and TypeMethodDescriptionstatic longFileUtils.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.