public static class BruteForcePwsim.MyReducer extends MapReduceBase implements Reducer<IntWritable,PairOfFloatInt,PairOfInts,Text>
| Constructor and Description |
|---|
BruteForcePwsim.MyReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf conf) |
void |
reduce(IntWritable key,
Iterator<PairOfFloatInt> values,
OutputCollector<PairOfInts,Text> output,
Reporter reporter) |
closepublic void configure(JobConf conf)
configure in interface JobConfigurableconfigure in class MapReduceBasepublic void reduce(IntWritable key, Iterator<PairOfFloatInt> values, OutputCollector<PairOfInts,Text> output, Reporter reporter) throws IOException
reduce in interface Reducer<IntWritable,PairOfFloatInt,PairOfInts,Text>IOException