Uses of Interface
org.apache.druid.storage.StorageConnector
-
Packages that use StorageConnector Package Description org.apache.druid.frame.channel org.apache.druid.storage org.apache.druid.storage.local org.apache.druid.storage.remote -
-
Uses of StorageConnector in org.apache.druid.frame.channel
Constructors in org.apache.druid.frame.channel with parameters of type StorageConnector Constructor Description DurableStoragePartitionedReadableFrameChannel(StorageConnector storageConnector, Supplier<FrameFileFooter> frameFileFooterSupplier, String frameFileFullPath, ExecutorService remoteInputStreamPool, File footerFile) -
Uses of StorageConnector in org.apache.druid.storage
Classes in org.apache.druid.storage that implement StorageConnector Modifier and Type Class Description classNilStorageConnector -
Uses of StorageConnector in org.apache.druid.storage.local
Classes in org.apache.druid.storage.local that implement StorageConnector Modifier and Type Class Description classLocalFileStorageConnectorImplementation that uses local filesystem.Methods in org.apache.druid.storage.local that return StorageConnector Modifier and Type Method Description StorageConnectorLocalFileExportStorageProvider. get()StorageConnectorLocalFileStorageConnectorProvider. get() -
Uses of StorageConnector in org.apache.druid.storage.remote
Classes in org.apache.druid.storage.remote that implement StorageConnector Modifier and Type Class Description classChunkingStorageConnector<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 singleInputStreamfor the consumers of the connector.
-