org.apache.hadoop.fs
Class BatchedRemoteIterator.BatchedListEntries<E>

java.lang.Object
  extended by 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
BatchedRemoteIterator.BatchedListEntries(List<E> entries, boolean hasMore)
           
 
Method Summary
 E get(int i)
           
 boolean hasMore()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedRemoteIterator.BatchedListEntries

public BatchedRemoteIterator.BatchedListEntries(List<E> entries,
                                                boolean hasMore)
Method Detail

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.