Class ExecutionJobVertexInitializedEvent

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

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