org.apache.hadoop.mapred
Class Task.CombineValuesIterator<KEY,VALUE>
java.lang.Object
org.apache.hadoop.mapred.Task.CombineValuesIterator<KEY,VALUE>
- All Implemented Interfaces:
- Iterator<VALUE>
- Enclosing class:
- Task
protected static class Task.CombineValuesIterator<KEY,VALUE>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected RawKeyValueIterator in
reporter
protected Progressable reporter
Task.CombineValuesIterator
public Task.CombineValuesIterator(RawKeyValueIterator in,
RawComparator<KEY> comparator,
Class<KEY> keyClass,
Class<VALUE> valClass,
Configuration conf,
Reporter reporter,
Counters.Counter combineInputCounter)
throws IOException
- Throws:
IOException
next
public VALUE next()
- Specified by:
next
in interface Iterator<VALUE>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<VALUE>
remove
public void remove()
- Specified by:
remove
in interface Iterator<VALUE>
Copyright © 2009 The Apache Software Foundation