Package org.apache.nutch.indexer
Class CleaningJob.DBFilter
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Text,CrawlDatum,ByteWritable,Text>
org.apache.nutch.indexer.CleaningJob.DBFilter
- Enclosing class:
- CleaningJob
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(Text key, CrawlDatum value, Mapper<Text, CrawlDatum, ByteWritable, Text>.Context context)
-
Constructor Details
-
DBFilter
public DBFilter()
-
-
Method Details
-
map
public void map(Text key, CrawlDatum value, Mapper<Text, CrawlDatum, throws IOException, InterruptedExceptionByteWritable, Text>.Context context) - Overrides:
mapin classMapper<Text,CrawlDatum, ByteWritable, Text> - Throws:
IOExceptionInterruptedException
-