Class PageRankAlgorithm
- java.lang.Object
-
- org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable<I,V,E>
-
- org.apache.giraph.worker.WorkerAggregatorDelegator<I,V,E>
-
- org.apache.giraph.graph.AbstractComputation<I,V,E,M,M>
-
- org.apache.giraph.graph.BasicComputation<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.DoubleWritable>
-
- org.apache.wayang.giraph.Algorithm.PageRankAlgorithm
-
- All Implemented Interfaces:
org.apache.giraph.aggregators.AggregatorUsage,org.apache.giraph.conf.GiraphConfigurationSettable<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>,org.apache.giraph.conf.ImmutableClassesGiraphConfigurable<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>,org.apache.giraph.conf.TypesHolder<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.DoubleWritable>,org.apache.giraph.graph.Computation<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.DoubleWritable>,org.apache.giraph.worker.WorkerAggregatorUsage,org.apache.giraph.worker.WorkerBroadcastUsage,org.apache.giraph.worker.WorkerGlobalCommUsage,org.apache.giraph.worker.WorkerIndexUsage<org.apache.hadoop.io.LongWritable>,org.apache.giraph.worker.WorkerReduceUsage
public class PageRankAlgorithm extends org.apache.giraph.graph.BasicComputation<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.DoubleWritable>Basic PageRank implementation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPageRankAlgorithm.PageRankMasterComputeMaster compute associated withPageRankAlgorithm.static classPageRankAlgorithm.PageRankVertexInputFormatSimple VertexInputFormat that supportsPageRankAlgorithmstatic classPageRankAlgorithm.PageRankVertexOutputFormatSimple VertexOutputFormat that supportsPageRankAlgorithmstatic classPageRankAlgorithm.PageRankVertexReaderSimple VertexReader that supportsPageRankAlgorithmstatic classPageRankAlgorithm.PageRankWorkerContextWorker context used withPageRankAlgorithm.
-
Field Summary
Fields Modifier and Type Field Description static intMAX_SUPERSTEPSNumber of supersteps for this testintmaxSupersteps
-
Constructor Summary
Constructors Constructor Description PageRankAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable> vertex, java.lang.Iterable<org.apache.hadoop.io.DoubleWritable> messages)-
Methods inherited from class org.apache.giraph.graph.AbstractComputation
addEdgeRequest, addVertexRequest, addVertexRequest, getContext, getMyWorkerIndex, getSuperstep, getTotalNumEdges, getTotalNumVertices, getWorkerContext, getWorkerCount, getWorkerForVertex, initialize, postSuperstep, preSuperstep, removeEdgesRequest, removeVertexRequest, sendMessage, sendMessageToAllEdges, sendMessageToMultipleEdges
-
Methods inherited from class org.apache.giraph.worker.WorkerAggregatorDelegator
aggregate, getAggregatedValue, getBroadcast, reduce, reduceMerge, setWorkerGlobalCommUsage
-
Methods inherited from class org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable
getConf, setConf
-
-
-
-
Field Detail
-
MAX_SUPERSTEPS
public static final int MAX_SUPERSTEPS
Number of supersteps for this test- See Also:
- Constant Field Values
-
maxSupersteps
public int maxSupersteps
-
-
Method Detail
-
compute
public void compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable> vertex, java.lang.Iterable<org.apache.hadoop.io.DoubleWritable> messages) throws java.io.IOException- Specified by:
computein interfaceorg.apache.giraph.graph.Computation<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.DoubleWritable>- Specified by:
computein classorg.apache.giraph.graph.AbstractComputation<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.DoubleWritable>- Throws:
java.io.IOException
-
-