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 NodeDumper.Dumper.map(Text key, Node node, OutputCollector<Text,FloatWritable> output, Reporter reporter)
          Outputs the host or domain as key for this record and numInlinks, numOutlinks or score as the value.
 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 © 2012 The Apache Software Foundation