Class ExecutionJobVertexFinishedEvent

java.lang.Object
org.apache.flink.runtime.jobmaster.event.ExecutionJobVertexFinishedEvent
All Implemented Interfaces:
Serializable, JobEvent

public class ExecutionJobVertexFinishedEvent extends Object implements JobEvent
This class is used to record the completion info of ExecutionJobVertex.
See Also: