Package org.apache.hadoop.mapred.join
Interface ResetableIterator<T extends Writable>
- All Superinterfaces:
ResetableIterator<T>
- All Known Implementing Classes:
ArrayListBackedIterator,StreamBackedIterator
This defines an interface to a stateful Iterator that can replay elements
added to it directly.
Note that this does not extend
Iterator.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classorg.apache.hadoop.mapred.join.ResetableIterator.EMPTY<U extends Writable> -
Method Summary