public class IdentityReducer<K,V> extends MapReduceBase implements Reducer<K,V,K,V>
| Constructor and Description |
|---|
IdentityReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(K key,
java.util.Iterator<V> values,
OutputCollector<K,V> output,
Reporter reporter)
Writes all keys and values directly to output.
|
close, configureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureCopyright © 2009 The Apache Software Foundation