Class NodeDumper.Dumper
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.scoring.webgraph.NodeDumper.Dumper
- All Implemented Interfaces:
Configurable
- Enclosing class:
- NodeDumper
Outputs the hosts or domains with an associated value. This value consists
of either the number of inlinks, the number of outlinks or the score. The
computed value is then either the sum of all parts or the top value.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOutputs the host or domain as key for this record and numInlinks, numOutlinks or score as the value.static classOutputs either the sum or the top value for this record. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Constructor Details
-
Dumper
public Dumper()
-