public static class Generator.PartitionReducer extends Reducer<Text,Generator.SelectorEntry,Text,CrawlDatum>
Reducer.Context| Constructor and Description |
|---|
PartitionReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Text key,
Iterable<Generator.SelectorEntry> values,
Reducer.Context context) |
public void reduce(Text key, Iterable<Generator.SelectorEntry> values, Reducer.Context context) throws IOException, InterruptedException
reduce in class Reducer<Text,Generator.SelectorEntry,Text,CrawlDatum>IOExceptionInterruptedExceptionCopyright © 2021 The Apache Software Foundation