Uses of Interface
org.apache.druid.storage.azure.AzureCloudBlobIterableFactory
-
Packages that use AzureCloudBlobIterableFactory Package Description org.apache.druid.data.input.azure org.apache.druid.storage.azure -
-
Uses of AzureCloudBlobIterableFactory in org.apache.druid.data.input.azure
Constructors in org.apache.druid.data.input.azure with parameters of type AzureCloudBlobIterableFactory Constructor Description AzureInputSource(AzureStorage storage, AzureEntityFactory entityFactory, AzureCloudBlobIterableFactory azureCloudBlobIterableFactory, AzureInputDataConfig inputDataConfig, List<URI> uris, List<URI> prefixes, List<org.apache.druid.data.input.impl.CloudObjectLocation> objects, String objectGlob)
-
Uses of AzureCloudBlobIterableFactory in org.apache.druid.storage.azure
Methods in org.apache.druid.storage.azure with parameters of type AzureCloudBlobIterableFactory Modifier and Type Method Description static void
AzureUtils. deleteObjectsInPath(AzureStorage storage, AzureInputDataConfig config, AzureAccountConfig accountConfig, AzureCloudBlobIterableFactory azureCloudBlobIterableFactory, String bucket, String prefix, com.google.common.base.Predicate<CloudBlobHolder> filter)
Delete the files from Azure Storage in a specified bucket, matching a specified prefix and filterConstructors in org.apache.druid.storage.azure with parameters of type AzureCloudBlobIterableFactory Constructor Description AzureDataSegmentKiller(AzureDataSegmentConfig segmentConfig, AzureInputDataConfig inputDataConfig, AzureAccountConfig accountConfig, AzureStorage azureStorage, AzureCloudBlobIterableFactory azureCloudBlobIterableFactory)
AzureTaskLogs(AzureTaskLogsConfig config, AzureInputDataConfig inputDataConfig, AzureAccountConfig accountConfig, AzureStorage azureStorage, AzureCloudBlobIterableFactory azureCloudBlobIterableFactory, org.apache.druid.common.utils.CurrentTimeMillisSupplier timeSupplier)
-