| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutionGraph
Default implementation of the
ExecutionGraph. |
| Modifier and Type | Method and Description |
|---|---|
InternalExecutionGraphAccessor |
ExecutionVertex.getExecutionGraphAccessor() |
InternalExecutionGraphAccessor |
ExecutionJobVertex.getGraph() |
| Constructor and Description |
|---|
ExecutionJobVertex(InternalExecutionGraphAccessor graph,
JobVertex jobVertex,
VertexParallelismInformation parallelismInfo,
CoordinatorStore coordinatorStore,
JobManagerJobMetricGroup jobManagerJobMetricGroup) |
SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor graph,
JobVertex jobVertex,
VertexParallelismInformation parallelismInfo,
CoordinatorStore coordinatorStore,
JobManagerJobMetricGroup jobManagerJobMetricGroup) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.