Package org.apache.druid.storage.azure
Class AzureCloudBlobIterable
- java.lang.Object
-
- org.apache.druid.storage.azure.AzureCloudBlobIterable
-
- All Implemented Interfaces:
Iterable<CloudBlobHolder>
public class AzureCloudBlobIterable extends Object implements Iterable<CloudBlobHolder>
Iterable
forCloudBlobHolder
objects.
-
-
Constructor Summary
Constructors Constructor Description AzureCloudBlobIterable(AzureCloudBlobIteratorFactory azureCloudBlobIteratorFactory, Iterable<URI> prefixes, int maxListingLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<CloudBlobHolder>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
AzureCloudBlobIterable
public AzureCloudBlobIterable(AzureCloudBlobIteratorFactory azureCloudBlobIteratorFactory, Iterable<URI> prefixes, int maxListingLength)
-
-
Method Detail
-
iterator
public Iterator<CloudBlobHolder> iterator()
- Specified by:
iterator
in interfaceIterable<CloudBlobHolder>
-
-