Uses of Class
org.apache.druid.storage.azure.AzureStorage
-
Packages that use AzureStorage Package Description org.apache.druid.data.input.azure org.apache.druid.storage.azure -
-
Uses of AzureStorage in org.apache.druid.data.input.azure
Constructors in org.apache.druid.data.input.azure with parameters of type AzureStorage 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 AzureStorage in org.apache.druid.storage.azure
Methods in org.apache.druid.storage.azure that return AzureStorage Modifier and Type Method Description AzureStorageAzureStorageDruidModule. getAzureStorageContainer(com.google.common.base.Supplier<com.microsoft.azure.storage.blob.CloudBlobClient> cloudBlobClient)Methods in org.apache.druid.storage.azure with parameters of type AzureStorage Modifier and Type Method Description static voidAzureUtils. 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 AzureStorage Constructor Description AzureByteSource(AzureStorage azureStorage, String containerName, String blobPath)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)
-