org.apache.nutch.crawl
Class Generator.SelectorInverseMapper

java.lang.Object
  extended by org.apache.hadoop.mapred.MapReduceBase
      extended by org.apache.nutch.crawl.Generator.SelectorInverseMapper
All Implemented Interfaces:
Closeable, JobConfigurable, Mapper<FloatWritable,Generator.SelectorEntry,Text,Generator.SelectorEntry>
Enclosing class:
Generator

public static class Generator.SelectorInverseMapper
extends MapReduceBase
implements Mapper<FloatWritable,Generator.SelectorEntry,Text,Generator.SelectorEntry>


Constructor Summary
Generator.SelectorInverseMapper()
           
 
Method Summary
 void map(FloatWritable key, Generator.SelectorEntry value, OutputCollector<Text,Generator.SelectorEntry> output, Reporter reporter)
           
 
Methods inherited from class org.apache.hadoop.mapred.MapReduceBase
close, configure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable
configure
 
Methods inherited from interface java.io.Closeable
close
 

Constructor Detail

Generator.SelectorInverseMapper

public Generator.SelectorInverseMapper()
Method Detail

map

public void map(FloatWritable key,
                Generator.SelectorEntry value,
                OutputCollector<Text,Generator.SelectorEntry> output,
                Reporter reporter)
         throws IOException
Specified by:
map in interface Mapper<FloatWritable,Generator.SelectorEntry,Text,Generator.SelectorEntry>
Throws:
IOException


Copyright © 2012 The Apache Software Foundation