Class ExecutionVertexResetEvent
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.event.ExecutionVertexResetEvent
-
- All Implemented Interfaces:
Serializable
,JobEvent
public class ExecutionVertexResetEvent extends Object implements JobEvent
This class is used to record theExecutionVertex
that has been reset.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionVertexResetEvent(List<ExecutionVertexID> executionVertexIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExecutionVertexID>
getExecutionVertexIds()
String
toString()
-
-
-
Constructor Detail
-
ExecutionVertexResetEvent
public ExecutionVertexResetEvent(List<ExecutionVertexID> executionVertexIds)
-
-
Method Detail
-
getExecutionVertexIds
public List<ExecutionVertexID> getExecutionVertexIds()
-
-