Uses of Interface
org.apache.druid.data.input.impl.prefetch.ObjectOpenFunction
-
Packages that use ObjectOpenFunction Package Description org.apache.druid.data.input.impl org.apache.druid.java.util.common org.apache.druid.storage.remote -
-
Uses of ObjectOpenFunction in org.apache.druid.data.input.impl
Constructors in org.apache.druid.data.input.impl with parameters of type ObjectOpenFunction Constructor Description RetryingInputStream(T object, ObjectOpenFunction<T> objectOpenFunction, com.google.common.base.Predicate<Throwable> retryCondition, Integer maxTries) -
Uses of ObjectOpenFunction in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common with parameters of type ObjectOpenFunction Modifier and Type Method Description static <T> longFileUtils. copyLarge(T object, ObjectOpenFunction<T> objectOpenFunction, File outFile, byte[] fetchBuffer, com.google.common.base.Predicate<Throwable> retryCondition, int numTries, String messageOnRetry)Copies data from the InputStream opened with objectOpenFunction to the given file. -
Uses of ObjectOpenFunction in org.apache.druid.storage.remote
Methods in org.apache.druid.storage.remote that return ObjectOpenFunction Modifier and Type Method Description ObjectOpenFunction<T>ChunkingStorageConnectorParameters. getObjectOpenFunction()Methods in org.apache.druid.storage.remote with parameters of type ObjectOpenFunction Modifier and Type Method Description ChunkingStorageConnectorParameters.Builder<T>ChunkingStorageConnectorParameters.Builder. objectOpenFunction(ObjectOpenFunction<T> objectOpenFunction)Constructors in org.apache.druid.storage.remote with parameters of type ObjectOpenFunction Constructor Description ChunkingStorageConnectorParameters(long start, long end, String cloudStoragePath, ChunkingStorageConnector.GetObjectFromRangeFunction<T> objectSupplier, ObjectOpenFunction<T> objectOpenFunction, com.google.common.base.Predicate<Throwable> retryCondition, int maxRetry, Supplier<File> tempDirSupplier)
-