CLIENT_TYPE
- The service client typePARENT_TYPE
- The type of the parent object, i.e. CloudBlobClient for ListContainers etc.ENTITY_TYPE
- The type of the objects the resulting iterable objectspublic final class LazySegmentedIterable<CLIENT_TYPE,PARENT_TYPE,ENTITY_TYPE> extends Object implements Iterable<ENTITY_TYPE>
Constructor and Description |
---|
LazySegmentedIterable(StorageRequest<CLIENT_TYPE,PARENT_TYPE,ResultSegment<ENTITY_TYPE>> segmentGenerator,
CLIENT_TYPE client,
PARENT_TYPE parent,
RetryPolicyFactory policyFactory,
OperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
Iterator<ENTITY_TYPE> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public LazySegmentedIterable(StorageRequest<CLIENT_TYPE,PARENT_TYPE,ResultSegment<ENTITY_TYPE>> segmentGenerator, CLIENT_TYPE client, PARENT_TYPE parent, RetryPolicyFactory policyFactory, OperationContext opContext)
public Iterator<ENTITY_TYPE> iterator()
iterator
in interface Iterable<ENTITY_TYPE>
Copyright © 2019. All rights reserved.