Class PageRankAlgorithm.PageRankMasterCompute
- java.lang.Object
-
- org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable
-
- org.apache.giraph.master.MasterCompute
-
- org.apache.giraph.master.DefaultMasterCompute
-
- org.apache.wayang.giraph.Algorithm.PageRankAlgorithm.PageRankMasterCompute
-
- All Implemented Interfaces:
org.apache.giraph.aggregators.AggregatorUsage
,org.apache.giraph.conf.GiraphConfigurationSettable
,org.apache.giraph.conf.ImmutableClassesGiraphConfigurable
,org.apache.giraph.master.MasterAggregatorUsage
,org.apache.giraph.master.MasterGlobalCommUsage
,org.apache.giraph.master.MasterGlobalCommUsageAggregators
,org.apache.hadoop.io.Writable
- Enclosing class:
- PageRankAlgorithm
public static class PageRankAlgorithm.PageRankMasterCompute extends org.apache.giraph.master.DefaultMasterCompute
Master compute associated withPageRankAlgorithm
. It registers required aggregators.
-
-
Constructor Summary
Constructors Constructor Description PageRankMasterCompute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize()
-
Methods inherited from class org.apache.giraph.master.DefaultMasterCompute
compute, readFields, write
-
Methods inherited from class org.apache.giraph.master.MasterCompute
broadcast, getAggregatedValue, getComputation, getContext, getMessageCombiner, getReduced, getSuperstep, getTotalNumEdges, getTotalNumVertices, getWorkerInfoList, haltComputation, isHalted, logToCommandLine, registerAggregator, registerPersistentAggregator, registerReducer, registerReducer, setAggregatedValue, setComputation, setGraphState, setIncomingMessage, setMasterService, setMessageCombiner, setOutgoingMessage, setOutgoingMessageClasses, setSuperstepClasses
-
-