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