public final class HadoopReduce
extends <any>
| Modifier and Type | Class and Description | 
|---|---|
| class  | HadoopReduce.HadoopReduceEmitter<OK,OV> | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cleanup(<any>.Context context) | 
| void | reduce(ObjectWritable key,
      Iterable<ObjectWritable> values,
      <any>.Context context) | 
| void | setup(<any>.Context context) | 
public void setup(<any>.Context context)
public void reduce(ObjectWritable key, Iterable<ObjectWritable> values, <any>.Context context) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void cleanup(<any>.Context context)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.