[TOC]

  • Prev
  • Next

Uses of Class

org.apache.nutch.scoring.webgraph.Node

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

Methods in org.apache.nutch.scoring.webgraph that return Node Modifier and Type Method and Description Node LinkDumper.LinkNode.getNode()

Methods in org.apache.nutch.scoring.webgraph with parameters of type Node Modifier and Type Method and Description void NodeDumper.Sorter.map(org.apache.hadoop.io.Text key, Node node, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) Outputs the url with the appropriate number of inlinks, outlinks, or for score. void NodeDumper.Dumper.map(org.apache.hadoop.io.Text key, Node node, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.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 Constructor and Description LinkDumper.LinkNode(String url, Node node)

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation