Package org.apache.nutch.crawl
Class Generator.PartitionReducer
- java.lang.Object
-
- org.apache.hadoop.mapreduce.Reducer<Text,Generator.SelectorEntry,Text,CrawlDatum>
-
- org.apache.nutch.crawl.Generator.PartitionReducer
-
- Enclosing class:
- Generator
public static class Generator.PartitionReducer extends Reducer<Text,Generator.SelectorEntry,Text,CrawlDatum>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer
Reducer.Context
-
-
Constructor Summary
Constructors Constructor Description PartitionReducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reduce(Text key, Iterable<Generator.SelectorEntry> values, Reducer.Context context)
-
-
-
Method Detail
-
reduce
public void reduce(Text key, Iterable<Generator.SelectorEntry> values, Reducer.Context context) throws IOException, InterruptedException
- Overrides:
reduce
in classReducer<Text,Generator.SelectorEntry,Text,CrawlDatum>
- Throws:
IOException
InterruptedException
-
-