| Class | Description |
|---|---|
| BuildPageRankRecords |
Driver program that takes a plain-text encoding of a directed graph and builds corresponding
Hadoop structures for representing the graph.
|
| DumpPageRankRecordsToPlainText | |
| FindMaxPageRankNodes | |
| PageRankNode |
Representation of a graph node for PageRank.
|
| PartitionGraph |
Driver program for partitioning the graph.
|
| RangePartitioner |
Ranger partitioner.
|
| RunPageRankBasic |
Main driver program for running the basic (non-Schimmy) implementation of
PageRank.
|
| RunPageRankSchimmy |
Main driver program for running the Schimmy implementation of PageRank.
|
| SequentialPageRank |
Program that computes PageRank for a graph using the JUNG package (2.0 alpha1).
|
| SequentialPersonalizedPageRank |
Program that computes personalized PageRank for a graph using the JUNG package (2.0 alpha1).
|
| Enum | Description |
|---|---|
| PageRankNode.Type |
Copyright © 2015. All rights reserved.