[TOC]
org.apache.nutch.scoring.webgraph
Class LinkDumper.Reader
- java.lang.Object
- org.apache.nutch.scoring.webgraph.LinkDumper.Reader
- Enclosing class:
- LinkDumper
public static class LinkDumper.Reader extends Object
Reader class which will print out the url and all of its inlinks to system out. Each inlinkwill be displayed with its node information including score and number of in and outlinks.
Constructor Summary
Constructors Constructor and Description LinkDumper.Reader()
Method Summary
Methods Modifier and Type Method and Description static void
main(String[] args)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
-
LinkDumper.Reader
public LinkDumper.Reader()
Method Detail
-
main
public static void main(String[] args) throws Exception
- Throws:
- <code>Exception</code>