Package org.apache.hadoop.fs
Class BatchedRemoteIterator.BatchedListEntries<E>
java.lang.Object
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries<E>
- All Implemented Interfaces:
BatchedRemoteIterator.BatchedEntries<E>
- Enclosing class:
- BatchedRemoteIterator<K,
E>
public static class BatchedRemoteIterator.BatchedListEntries<E>
extends Object
implements BatchedRemoteIterator.BatchedEntries<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BatchedListEntries
-
-
Method Details
-
get
- Specified by:
getin interfaceBatchedRemoteIterator.BatchedEntries<E>
-
size
public int size()- Specified by:
sizein interfaceBatchedRemoteIterator.BatchedEntries<E>
-
hasMore
public boolean hasMore()- Specified by:
hasMorein interfaceBatchedRemoteIterator.BatchedEntries<E>
-