Save This Page
Home » nutch-1.0 » org.apache.nutch » crawl » [javadoc | source]
org.apache.nutch.crawl
public class: CrawlDbReducer [javadoc | source]
java.lang.Object
   org.apache.nutch.crawl.CrawlDbReducer

All Implemented Interfaces:
    org.apache.hadoop.mapred.Reducer

Merge new page entries with existing entries.
Field Summary
public static final  Log LOG     
Method from org.apache.nutch.crawl.CrawlDbReducer Summary:
close,   configure,   reduce
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.crawl.CrawlDbReducer Detail:
 public  void close() 
 public  void configure(JobConf job) 
 public  void reduce(Text key,
    Iterator values,
    OutputCollector output,
    Reporter reporter) throws IOException