public class GeneratorReducer extends org.apache.gora.mapreduce.GoraReducer<GeneratorJob.SelectorEntry,WebPage,java.lang.String,WebPage>
FetcherJob.FetcherMapper
.Reducer.Context
Constructor and Description |
---|
GeneratorReducer() |
Modifier and Type | Method and Description |
---|---|
protected void |
reduce(GeneratorJob.SelectorEntry key,
java.lang.Iterable<WebPage> values,
Reducer.Context context) |
protected void |
setup(Reducer.Context context) |
protected void reduce(GeneratorJob.SelectorEntry key, java.lang.Iterable<WebPage> values, Reducer.Context context) throws java.io.IOException, java.lang.InterruptedException
reduce
in class Reducer<GeneratorJob.SelectorEntry,WebPage,java.lang.String,WebPage>
java.io.IOException
java.lang.InterruptedException
protected void setup(Reducer.Context context) throws java.io.IOException, java.lang.InterruptedException
setup
in class Reducer<GeneratorJob.SelectorEntry,WebPage,java.lang.String,WebPage>
java.io.IOException
java.lang.InterruptedException
Copyright © 2019 The Apache Software Foundation