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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchedRemoteIterator.BatchedListEntries
public BatchedRemoteIterator.BatchedListEntries(List<E> entries,
boolean hasMore)
get
public E get(int i)
- Specified by:
get in interface BatchedRemoteIterator.BatchedEntries<E>
size
public int size()
- Specified by:
size in interface BatchedRemoteIterator.BatchedEntries<E>
hasMore
public boolean hasMore()
- Specified by:
hasMore in interface BatchedRemoteIterator.BatchedEntries<E>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.