| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| 限定符和类型 | 方法和说明 |
|---|---|
static OperatorIDPair |
OperatorIDPair.generatedIDOnly(OperatorID generatedOperatorID) |
static OperatorIDPair |
OperatorIDPair.of(OperatorID generatedOperatorID,
OperatorID userDefinedOperatorID) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OperatorIDPair> |
ExecutionJobVertex.getOperatorIDs()
Returns a list containing the ID pairs of all operators contained in this execution job
vertex.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<OperatorIDPair> |
JobVertex.getOperatorIDs() |
| 构造器和说明 |
|---|
InputOutputFormatVertex(String name,
JobVertexID id,
List<OperatorIDPair> operatorIDPairs) |
JobVertex(String name,
JobVertexID primaryId,
List<OperatorIDPair> operatorIDPairs)
Constructs a new job vertex and assigns it with the given name.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.