Uses of Class
org.apache.nutch.scoring.webgraph.LinkDumper.LinkNode

Packages that use LinkDumper.LinkNode
org.apache.nutch.scoring.webgraph   
 

Uses of LinkDumper.LinkNode in org.apache.nutch.scoring.webgraph
 

Methods in org.apache.nutch.scoring.webgraph that return LinkDumper.LinkNode
 LinkDumper.LinkNode[] LinkDumper.LinkNodes.getLinks()
           
 

Methods in org.apache.nutch.scoring.webgraph with parameters of type LinkDumper.LinkNode
 void LinkDumper.LinkNodes.setLinks(LinkDumper.LinkNode[] links)
           
 

Method parameters in org.apache.nutch.scoring.webgraph with type arguments of type LinkDumper.LinkNode
 void LinkDumper.Merger.reduce(Text key, Iterator<LinkDumper.LinkNode> values, OutputCollector<Text,LinkDumper.LinkNodes> output, Reporter reporter)
          Aggregate all LinkNode objects for a given url.
 void LinkDumper.Inverter.reduce(Text key, Iterator<ObjectWritable> values, OutputCollector<Text,LinkDumper.LinkNode> output, Reporter reporter)
          Inverts outlinks to inlinks while attaching node information to the outlink.
 

Constructors in org.apache.nutch.scoring.webgraph with parameters of type LinkDumper.LinkNode
LinkDumper.LinkNodes(LinkDumper.LinkNode[] links)
           
 



Copyright © 2011 The Apache Software Foundation