public static class Generator.PartitionReducer extends MapReduceBase implements Reducer<Text,Generator.SelectorEntry,Text,CrawlDatum>
| Constructor and Description |
|---|
PartitionReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Text key,
java.util.Iterator<Generator.SelectorEntry> values,
OutputCollector<Text,CrawlDatum> output,
Reporter reporter) |
close, configureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic void reduce(Text key, java.util.Iterator<Generator.SelectorEntry> values, OutputCollector<Text,CrawlDatum> output, Reporter reporter) throws java.io.IOException
reduce in interface Reducer<Text,Generator.SelectorEntry,Text,CrawlDatum>java.io.IOExceptionCopyright © 2017 The Apache Software Foundation