Uses of Class
org.apache.druid.storage.azure.AzureAccountConfig
-
Packages that use AzureAccountConfig Package Description org.apache.druid.storage.azure -
-
Uses of AzureAccountConfig in org.apache.druid.storage.azure
Methods in org.apache.druid.storage.azure with parameters of type AzureAccountConfig 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 filterAzureUtils
AzureStorageDruidModule. getAzureUtils(AzureAccountConfig config)
Creates a supplier that lazily initializeAzureUtils
.com.google.common.base.Supplier<com.microsoft.azure.storage.blob.CloudBlobClient>
AzureStorageDruidModule. getCloudBlobClient(AzureAccountConfig config)
Creates a supplier that lazily initializeCloudBlobClient
.Constructors in org.apache.druid.storage.azure with parameters of type AzureAccountConfig Constructor Description AzureDataSegmentKiller(AzureDataSegmentConfig segmentConfig, AzureInputDataConfig inputDataConfig, AzureAccountConfig accountConfig, AzureStorage azureStorage, AzureCloudBlobIterableFactory azureCloudBlobIterableFactory)
AzureDataSegmentPusher(AzureStorage azureStorage, AzureAccountConfig accountConfig, AzureDataSegmentConfig segmentConfig)
AzureTaskLogs(AzureTaskLogsConfig config, AzureInputDataConfig inputDataConfig, AzureAccountConfig accountConfig, AzureStorage azureStorage, AzureCloudBlobIterableFactory azureCloudBlobIterableFactory, org.apache.druid.common.utils.CurrentTimeMillisSupplier timeSupplier)
-