| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultExecutionGraph
Default implementation of the
ExecutionGraph. |
| 限定符和类型 | 方法和说明 |
|---|---|
InternalExecutionGraphAccessor |
ExecutionVertex.getExecutionGraphAccessor() |
InternalExecutionGraphAccessor |
ExecutionJobVertex.getGraph() |
| 构造器和说明 |
|---|
ExecutionJobVertex(InternalExecutionGraphAccessor graph,
JobVertex jobVertex,
VertexParallelismInformation parallelismInfo) |
SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor graph,
JobVertex jobVertex,
VertexParallelismInformation parallelismInfo) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.