[TOC]

org.apache.nutch.indexer

Class CleaningJob.DBFilter


public static class CleaningJob.DBFilter
extends Object
implements org.apache.hadoop.mapred.Mapper<org.apache.hadoop.io.Text,CrawlDatum,org.apache.hadoop.io.ByteWritable,org.apache.hadoop.io.Text>

Constructor Summary

Constructors Constructor and Description CleaningJob.DBFilter()

Method Summary

Methods Modifier and Type Method and Description void close() void configure(org.apache.hadoop.mapred.JobConf arg0) void map(org.apache.hadoop.io.Text key, CrawlDatum value, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter)

-    

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

-  

CleaningJob.DBFilter

public CleaningJob.DBFilter()

Method Detail

-  

configure

public void configure(org.apache.hadoop.mapred.JobConf arg0)
  - Specified by: 
  - <code>configure</code> in interface <code>org.apache.hadoop.mapred.JobConfigurable</code>        
-  

close

public void close()
           throws IOException
  - Specified by: 
  - <code>close</code> in interface <code>Closeable</code> 
  - Specified by: 
  - <code>close</code> in interface <code>AutoCloseable</code> 
  - Throws: 
  - <code>IOException</code>       
-  

map

public void map(org.apache.hadoop.io.Text key,
       CrawlDatum value,
       org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.ByteWritable,org.apache.hadoop.io.Text> output,
       org.apache.hadoop.mapred.Reporter reporter)
         throws IOException
  - Specified by: 
  - <code>map</code> in interface <code>org.apache.hadoop.mapred.Mapper<org.apache.hadoop.io.text,crawldatum,org.apache.hadoop.io.bytewritable,org.apache.hadoop.io.text></org.apache.hadoop.io.text,crawldatum,org.apache.hadoop.io.bytewritable,org.apache.hadoop.io.text></code> 
  - Throws: 
  - <code>IOException</code>      

Copyright © 2014 The Apache Software Foundation