public static class DeduplicationJob.DBFilter extends java.lang.Object implements Mapper<Text,CrawlDatum,BytesWritable,CrawlDatum>
| Constructor and Description |
|---|
DBFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(JobConf arg0) |
void |
map(Text key,
CrawlDatum value,
OutputCollector<BytesWritable,CrawlDatum> output,
Reporter reporter) |
public void configure(JobConf arg0)
configure in interface JobConfigurablepublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic void map(Text key, CrawlDatum value, OutputCollector<BytesWritable,CrawlDatum> output, Reporter reporter) throws java.io.IOException
map in interface Mapper<Text,CrawlDatum,BytesWritable,CrawlDatum>java.io.IOExceptionCopyright © 2017 The Apache Software Foundation