org.apache.nutch.crawl
Class CrawlDbReader.CrawlDbDumpReducer

java.lang.Object
  extended by org.apache.nutch.crawl.CrawlDbReader.CrawlDbDumpReducer
All Implemented Interfaces:
Closeable, JobConfigurable, Reducer
Enclosing class:
CrawlDbReader

public static class CrawlDbReader.CrawlDbDumpReducer
extends Object
implements Reducer


Constructor Summary
CrawlDbReader.CrawlDbDumpReducer()
           
 
Method Summary
 void close()
           
 void configure(JobConf job)
           
 void reduce(WritableComparable key, Iterator values, OutputCollector output, Reporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlDbReader.CrawlDbDumpReducer

public CrawlDbReader.CrawlDbDumpReducer()
Method Detail

reduce

public void reduce(WritableComparable key,
                   Iterator values,
                   OutputCollector output,
                   Reporter reporter)
            throws IOException
Specified by:
reduce in interface Reducer
Throws:
IOException

configure

public void configure(JobConf job)
Specified by:
configure in interface JobConfigurable

close

public void close()
Specified by:
close in interface Closeable


Copyright © 2006 The Apache Software Foundation