public class FlowReducer extends MapReduceBase implements Reducer
| Constructor and Description |
|---|
FlowReducer()
Constructor FlowReducer creates a new FlowReducer instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(JobConf jobConf) |
void |
reduce(java.lang.Object key,
java.util.Iterator values,
OutputCollector output,
Reporter reporter) |
public FlowReducer()
public void configure(JobConf jobConf)
configure in interface JobConfigurableconfigure in class MapReduceBasepublic void reduce(java.lang.Object key, java.util.Iterator values, OutputCollector output, Reporter reporter) throws java.io.IOException
public void close() throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class MapReduceBasejava.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.