| 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,
int maxPriorAttemptsHistoryLength,
org.apache.flink.api.common.time.Time timeout,
long createTimestamp,
VertexParallelismInformation parallelismInfo,
SubtaskAttemptNumberStore initialAttemptCounts) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.