Uses of Interface
org.apache.druid.storage.StorageConnector
Packages that use StorageConnector
Package
Description
-
Uses of StorageConnector in org.apache.druid.frame.channel
Constructors in org.apache.druid.frame.channel with parameters of type StorageConnectorModifierConstructorDescriptionDurableStoragePartitionedReadableFrameChannel(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 StorageConnectorMethods in org.apache.druid.storage that return StorageConnectorModifier and TypeMethodDescriptionExportStorageProvider.createStorageConnector(File taskTempDir) StorageConnectorProvider.createStorageConnector(File defaultTempDir) Returns the storage connector. -
Uses of StorageConnector in org.apache.druid.storage.local
Classes in org.apache.druid.storage.local that implement StorageConnectorModifier and TypeClassDescriptionclassImplementation that uses local filesystem.Methods in org.apache.druid.storage.local that return StorageConnectorModifier and TypeMethodDescriptionLocalFileExportStorageProvider.createStorageConnector(File taskTempDir) LocalFileStorageConnectorProvider.createStorageConnector(File defaultTempDir) -
Uses of StorageConnector in org.apache.druid.storage.remote
Classes in org.apache.druid.storage.remote that implement StorageConnectorModifier and TypeClassDescriptionclassAn 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.