Package org.apache.druid.storage.azure
Interface AzureCloudBlobIteratorFactory
-
public interface AzureCloudBlobIteratorFactory
Factory for creatingAzureCloudBlobIterator
objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureCloudBlobIterator
create(Iterable<URI> prefixes, int maxListingLength)
-
-
-
Method Detail
-
create
AzureCloudBlobIterator create(Iterable<URI> prefixes, int maxListingLength)
-
-