Uses of Class
org.apache.nutch.scoring.webgraph.LinkDatum

Packages that use LinkDatum
org.apache.nutch.scoring.webgraph   
 

Uses of LinkDatum in org.apache.nutch.scoring.webgraph
 

Method parameters in org.apache.nutch.scoring.webgraph with type arguments of type LinkDatum
 void WebGraph.OutlinkDb.map(Text key, Writable value, OutputCollector<Text,LinkDatum> output, Reporter reporter)
          Passes through existing LinkDatum objects from an existing OutlinkDb and maps out new LinkDatum objects from new crawls ParseData.
 void WebGraph.OutlinkDb.reduce(Text key, Iterator<LinkDatum> values, OutputCollector<Text,LinkDatum> output, Reporter reporter)
           
 void WebGraph.OutlinkDb.reduce(Text key, Iterator<LinkDatum> values, OutputCollector<Text,LinkDatum> output, Reporter reporter)
           
 



Copyright © 2011 The Apache Software Foundation