org.apache.nutch.util.domain
Class DomainStatistics.DomainStatisticsCombiner
java.lang.Object
org.apache.hadoop.mapred.MapReduceBase
org.apache.nutch.util.domain.DomainStatistics.DomainStatisticsCombiner
- All Implemented Interfaces:
- Closeable, JobConfigurable, Reducer<Text,LongWritable,Text,LongWritable>
- Enclosing class:
- DomainStatistics
public static class DomainStatistics.DomainStatisticsCombiner
- extends MapReduceBase
- implements Reducer<Text,LongWritable,Text,LongWritable>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainStatistics.DomainStatisticsCombiner
public DomainStatistics.DomainStatisticsCombiner()
reduce
public void reduce(Text key,
Iterator<LongWritable> values,
OutputCollector<Text,LongWritable> output,
Reporter reporter)
throws IOException
- Specified by:
reduce
in interface Reducer<Text,LongWritable,Text,LongWritable>
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation