Uses of Class
org.apache.druid.storage.azure.AzureInputDataConfig
-
Packages that use AzureInputDataConfig Package Description org.apache.druid.data.input.azure org.apache.druid.storage.azure -
-
Uses of AzureInputDataConfig in org.apache.druid.data.input.azure
Constructors in org.apache.druid.data.input.azure with parameters of type AzureInputDataConfig 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 AzureInputDataConfig in org.apache.druid.storage.azure
Methods in org.apache.druid.storage.azure with parameters of type AzureInputDataConfig 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 AzureInputDataConfig 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)
-