Uses of Class
org.apache.druid.storage.azure.blob.CloudBlobHolder
-
Packages that use CloudBlobHolder Package Description org.apache.druid.storage.azure org.apache.druid.storage.azure.blob -
-
Uses of CloudBlobHolder in org.apache.druid.storage.azure
Methods in org.apache.druid.storage.azure that return CloudBlobHolder Modifier and Type Method Description CloudBlobHolder
AzureCloudBlobIterator. next()
Methods in org.apache.druid.storage.azure that return types with arguments of type CloudBlobHolder Modifier and Type Method Description Iterator<CloudBlobHolder>
AzureCloudBlobIterable. iterator()
Method parameters in org.apache.druid.storage.azure with type arguments of type CloudBlobHolder 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 filter -
Uses of CloudBlobHolder in org.apache.druid.storage.azure.blob
Methods in org.apache.druid.storage.azure.blob that return CloudBlobHolder Modifier and Type Method Description CloudBlobHolder
ListBlobItemHolder. getCloudBlob()
-