Class ExecutionVertex

java.lang.Object
org.apache.flink.runtime.executiongraph.ExecutionVertex
All Implemented Interfaces:
org.apache.flink.api.common.Archiveable<ArchivedExecutionVertex>, AccessExecutionVertex
Direct Known Subclasses:
SpeculativeExecutionVertex

public class ExecutionVertex extends Object implements AccessExecutionVertex, org.apache.flink.api.common.Archiveable<ArchivedExecutionVertex>
The ExecutionVertex is a parallel subtask of the execution. It may be executed once, or several times, each of which time it spawns an Execution.