[TOC]
org.apache.nutch.crawl
Class CrawlDbReader.CrawlDbTopNReducer
- java.lang.Object
- org.apache.nutch.crawl.CrawlDbReader.CrawlDbTopNReducer
- All Implemented Interfaces:
- Closeable, AutoCloseable, org.apache.hadoop.mapred.JobConfigurable, org.apache.hadoop.mapred.Reducer
- Enclosing class:
- CrawlDbReader
public static class CrawlDbReader.CrawlDbTopNReducer extends Object implements org.apache.hadoop.mapred.Reducer<org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.Text>
Constructor Summary
Constructors Constructor and Description CrawlDbReader.CrawlDbTopNReducer()
Method Summary
Methods Modifier and Type Method and Description void
close()
void
configure(org.apache.hadoop.mapred.JobConf job)
void
reduce(org.apache.hadoop.io.FloatWritable key,
Iterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
-
CrawlDbReader.CrawlDbTopNReducer
public CrawlDbReader.CrawlDbTopNReducer()
Method Detail
-
reduce
public void reduce(org.apache.hadoop.io.FloatWritable key, Iterator<org.apache.hadoop.io.Text> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.Text> output, org.apache.hadoop.mapred.Reporter reporter) throws IOException
- Specified by:
- <code>reduce</code> in interface <code>org.apache.hadoop.mapred.Reducer<org.apache.hadoop.io.floatwritable,org.apache.hadoop.io.text,org.apache.hadoop.io.floatwritable,org.apache.hadoop.io.text></org.apache.hadoop.io.floatwritable,org.apache.hadoop.io.text,org.apache.hadoop.io.floatwritable,org.apache.hadoop.io.text></code>
- Throws:
- <code>IOException</code>
-
configure
public void configure(org.apache.hadoop.mapred.JobConf job)
- Specified by:
- <code>configure</code> in interface <code>org.apache.hadoop.mapred.JobConfigurable</code>
-
close
public void close()
- Specified by:
- <code>close</code> in interface <code>Closeable</code>
- Specified by:
- <code>close</code> in interface <code>AutoCloseable</code>