Class ExecutionJobVertexFinishedEvent
java.lang.Object
org.apache.flink.runtime.jobmaster.event.ExecutionJobVertexFinishedEvent
- All Implemented Interfaces:
Serializable,JobEvent
This class is used to record the completion info of
ExecutionJobVertex.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID, BlockingResultInfo> resultInfo) -
Method Summary
-
Constructor Details
-
ExecutionJobVertexFinishedEvent
public ExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID, BlockingResultInfo> resultInfo)
-
-
Method Details