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 ofExecutionJobVertex.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID,BlockingResultInfo> resultInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<IntermediateDataSetID,BlockingResultInfo>getResultInfo()JobVertexIDgetVertexId()StringtoString()
-
-
-
Constructor Detail
-
ExecutionJobVertexFinishedEvent
public ExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID,BlockingResultInfo> resultInfo)
-
-
Method Detail
-
getVertexId
public JobVertexID getVertexId()
-
getResultInfo
public Map<IntermediateDataSetID,BlockingResultInfo> getResultInfo()
-
-