Package org.apache.druid.storage.remote
-
Interface Summary Interface Description ChunkingStorageConnector.GetObjectFromRangeFunction<T> -
Class Summary Class Description ChunkingStorageConnector<T> An abstract implementation of the storage connectors that download the file from the remote storage in chunks and presents the downloaded chunks as a singleInputStream
for the consumers of the connector.ChunkingStorageConnectorParameters<T> POJO for storing the parameters required to support chunking of the downloads byChunkingStorageConnector
.ChunkingStorageConnectorParameters.Builder<T> Builder forChunkingStorageConnectorParameters
.