org.apache.nutch.indexer
Class DeleteDuplicates.UrlsReducer
java.lang.Object
org.apache.nutch.indexer.DeleteDuplicates.UrlsReducer
- All Implemented Interfaces:
- Closeable, JobConfigurable, Reducer
- Enclosing class:
- DeleteDuplicates
public static class DeleteDuplicates.UrlsReducer
- extends Object
- implements Reducer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteDuplicates.UrlsReducer
public DeleteDuplicates.UrlsReducer()
configure
public void configure(JobConf job)
- Specified by:
configure
in interface JobConfigurable
close
public void close()
- Specified by:
close
in interface Closeable
reduce
public void reduce(WritableComparable key,
Iterator values,
OutputCollector output,
Reporter reporter)
throws IOException
- Specified by:
reduce
in interface Reducer
- Throws:
IOException
Copyright © 2006 The Apache Software Foundation