| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultExecutionGraph
Default implementation of the
ExecutionGraph. |
| 限定符和类型 | 方法和说明 |
|---|---|
InternalExecutionGraphAccessor |
ExecutionVertex.getExecutionGraphAccessor() |
InternalExecutionGraphAccessor |
ExecutionJobVertex.getGraph() |
| 构造器和说明 |
|---|
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.