org.apache.hadoop.fs
Interface BatchedRemoteIterator.BatchedEntries<E>

All Known Implementing Classes:
BatchedRemoteIterator.BatchedListEntries
Enclosing class:
BatchedRemoteIterator<K,E>

public static interface BatchedRemoteIterator.BatchedEntries<E>


Method Summary
 E get(int i)
           
 boolean hasMore()
           
 int size()
           
 

Method Detail

get

E get(int i)

size

int size()

hasMore

boolean hasMore()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.