public class PregelState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PregelState.Stage |
Modifier | Constructor and Description |
---|---|
|
PregelState(GraphAlgorithmState.State state,
int superstep,
PregelState.Stage stage) |
protected |
PregelState(GraphAlgorithmState.State state,
int superstep,
PregelState.Stage stage,
long startTime,
long endTime) |
Modifier and Type | Method and Description |
---|---|
protected long |
endTime() |
boolean |
equals(Object o) |
static PregelState |
fromBytes(byte[] bytes) |
int |
hashCode() |
PregelState |
next() |
long |
runningTime() |
PregelState.Stage |
stage() |
protected long |
startTime() |
GraphAlgorithmState.State |
state() |
PregelState |
state(GraphAlgorithmState.State state) |
int |
superstep() |
byte[] |
toBytes() |
String |
toString() |
public PregelState(GraphAlgorithmState.State state, int superstep, PregelState.Stage stage)
protected PregelState(GraphAlgorithmState.State state, int superstep, PregelState.Stage stage, long startTime, long endTime)
public PregelState next()
public PregelState state(GraphAlgorithmState.State state)
public int superstep()
public PregelState.Stage stage()
public GraphAlgorithmState.State state()
protected long startTime()
protected long endTime()
public long runningTime()
public static PregelState fromBytes(byte[] bytes)
public byte[] toBytes()
Copyright © 2020. All rights reserved.