public class ComputationState extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static ComputationState |
createStartState(String state) |
static ComputationState |
createStartState(String state,
DeweyNumber version) |
static ComputationState |
createState(String currentState,
NodeId previousEntry,
DeweyNumber version,
long startTimestamp,
long previousTimestamp,
EventId startEventID) |
boolean |
equals(Object obj) |
String |
getCurrentStateName() |
NodeId |
getPreviousBufferEntry() |
long |
getPreviousTimestamp() |
EventId |
getStartEventID() |
long |
getStartTimestamp() |
DeweyNumber |
getVersion() |
int |
hashCode() |
String |
toString() |
public EventId getStartEventID()
public NodeId getPreviousBufferEntry()
public long getStartTimestamp()
public long getPreviousTimestamp()
public String getCurrentStateName()
public DeweyNumber getVersion()
public static ComputationState createStartState(String state)
public static ComputationState createStartState(String state, DeweyNumber version)
public static ComputationState createState(String currentState, NodeId previousEntry, DeweyNumber version, long startTimestamp, long previousTimestamp, EventId startEventID)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.