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

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

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

Methods in org.apache.nutch.scoring.webgraph that return Node
 Node LinkDumper.LinkNode.getNode()
           
 

Methods in org.apache.nutch.scoring.webgraph with parameters of type Node
 void NodeDumper.Sorter.map(Text key, Node node, OutputCollector<FloatWritable,Text> output, Reporter reporter)
          Outputs the url with the appropriate number of inlinks, outlinks, or for score.
 void LinkDumper.LinkNode.setNode(Node node)
           
 

Constructors in org.apache.nutch.scoring.webgraph with parameters of type Node
LinkDumper.LinkNode(String url, Node node)
           
 



Copyright © 2011 The Apache Software Foundation