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, writegetAggregatedValue, getComputation, getContext, getMessageCombiner, getSuperstep, getTotalNumEdges, getTotalNumVertices, haltComputation, isHalted, registerAggregator, registerPersistentAggregator, setAggregatedValue, setComputation, setIncomingMessage, setMessageCombiner, setOutgoingMessagegetConf, setConfpublic static final double EPSILON
public void initialize()
throws InstantiationException,
IllegalAccessException
initialize in class DefaultMasterComputeInstantiationExceptionIllegalAccessExceptionpublic void compute()
compute in class DefaultMasterCompute