org.apache.hadoop.mapreduce
Interface ReduceContext.ValueIterator<VALUEIN>

All Superinterfaces:
java.util.Iterator<VALUEIN>
All Known Implementing Classes:
ReduceContextImpl.ValueIterator
Enclosing interface:
ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT>

public static interface ReduceContext.ValueIterator<VALUEIN>
extends java.util.Iterator<VALUEIN>

Iterator to iterate over values for a given group of records.


Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 



Copyright © 2009 The Apache Software Foundation