public static class TestCheckpointing.CheckpointVertexMasterCompute extends DefaultMasterCompute
Constructor and Description |
---|
CheckpointVertexMasterCompute() |
Modifier and Type | Method and Description |
---|---|
void |
compute() |
void |
initialize() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
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
getConf, setConf
public void compute()
compute
in class DefaultMasterCompute
public void initialize() throws InstantiationException, IllegalAccessException
initialize
in class DefaultMasterCompute
InstantiationException
IllegalAccessException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
readFields
in class DefaultMasterCompute
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
write
in class DefaultMasterCompute
IOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.