| Package | Description |
|---|---|
| org.apache.flink.runtime | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
static OperatorIDPair |
OperatorIDPair.generatedIDOnly(OperatorID generatedOperatorID) |
static OperatorIDPair |
OperatorIDPair.of(OperatorID generatedOperatorID,
OperatorID userDefinedOperatorID) |
| Modifier and Type | Method and Description |
|---|---|
List<OperatorIDPair> |
ExecutionJobVertex.getOperatorIDs()
Returns a list containing the ID pairs of all operators contained in this execution job
vertex.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperatorIDPair> |
JobVertex.getOperatorIDs() |
| Constructor and Description |
|---|
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–2023 The Apache Software Foundation. All rights reserved.