public class PageRankMasterCompute extends DefaultMasterCompute
Modifier and Type | Field and Description |
---|---|
static double |
EPSILON |
Constructor and Description |
---|
PageRankMasterCompute() |
Modifier and Type | Method and Description |
---|---|
void |
compute() |
void |
initialize() |
readFields, write
getAggregatedValue, getComputation, getContext, getMessageCombiner, getSuperstep, getTotalNumEdges, getTotalNumVertices, haltComputation, isHalted, registerAggregator, registerPersistentAggregator, setAggregatedValue, setComputation, setIncomingMessage, setMessageCombiner, setOutgoingMessage
getConf, setConf
public static final double EPSILON
public void initialize() throws InstantiationException, IllegalAccessException
initialize
in class DefaultMasterCompute
InstantiationException
IllegalAccessException
public void compute()
compute
in class DefaultMasterCompute