Class ExecutionJobVertex

java.lang.Object
org.apache.flink.runtime.executiongraph.ExecutionJobVertex
All Implemented Interfaces:
org.apache.flink.api.common.Archiveable<ArchivedExecutionJobVertex>, AccessExecutionJobVertex
Direct Known Subclasses:
SpeculativeExecutionJobVertex

public class ExecutionJobVertex extends Object implements AccessExecutionJobVertex, org.apache.flink.api.common.Archiveable<ArchivedExecutionJobVertex>
An ExecutionJobVertex is part of the ExecutionGraph, and the peer to the JobVertex.

The ExecutionJobVertex corresponds to a parallelized operation. It contains an ExecutionVertex for each parallel instance of that operation.