Class ExecutionJobVertexInitializedEvent
java.lang.Object
org.apache.flink.runtime.jobmaster.event.ExecutionJobVertexInitializedEvent
- All Implemented Interfaces:
Serializable,JobEvent
This class is used to record the initialization info of
ExecutionJobVertex.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionJobVertexInitializedEvent(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) -
Method Summary
-
Constructor Details
-
ExecutionJobVertexInitializedEvent
public ExecutionJobVertexInitializedEvent(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos)
-
-
Method Details