| Package | Description |
|---|---|
| org.apache.nutch.scoring.webgraph |
| Modifier and Type | Method and Description |
|---|---|
LinkDumper.LinkNode[] |
LinkDumper.LinkNodes.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkDumper.LinkNodes.setLinks(LinkDumper.LinkNode[] links) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkDumper.Merger.reduce(Text key,
java.util.Iterator<LinkDumper.LinkNode> values,
OutputCollector<Text,LinkDumper.LinkNodes> output,
Reporter reporter)
Aggregate all LinkNode objects for a given url.
|
void |
LinkDumper.Inverter.reduce(Text key,
java.util.Iterator<ObjectWritable> values,
OutputCollector<Text,LinkDumper.LinkNode> output,
Reporter reporter)
Inverts outlinks to inlinks while attaching node information to the
outlink.
|
| Constructor and Description |
|---|
LinkNodes(LinkDumper.LinkNode[] links) |
Copyright © 2017 The Apache Software Foundation