Uses of Class
org.apache.nutch.scoring.webgraph.Node
-
Packages that use Node Package Description org.apache.nutch.scoring.webgraph -
-
Uses of Node in org.apache.nutch.scoring.webgraph
Methods in org.apache.nutch.scoring.webgraph that return Node Modifier and Type Method Description Node
LinkDumper.LinkNode. getNode()
Methods in org.apache.nutch.scoring.webgraph with parameters of type Node Modifier and Type Method Description void
NodeDumper.Dumper.DumperMapper. map(Text key, Node node, Mapper.Context context)
void
NodeDumper.Sorter.SorterMapper. map(Text key, Node node, Mapper.Context context)
void
LinkDumper.LinkNode. setNode(Node node)
Constructors in org.apache.nutch.scoring.webgraph with parameters of type Node Constructor Description LinkNode(String url, Node node)
-