Class ExecutionVertexVersion
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.ExecutionVertexVersion
-
public class ExecutionVertexVersion extends Object
This class helps to record version of an execution vertex.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionVertexID
getExecutionVertexId()
long
getVersion()
-
-
-
Method Detail
-
getExecutionVertexId
public ExecutionVertexID getExecutionVertexId()
-
getVersion
public long getVersion()
-
-