Uses of Class
org.apache.flink.runtime.OperatorIDPair
-
Packages that use OperatorIDPair Package Description org.apache.flink.runtime org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobgraph -
-
Uses of OperatorIDPair in org.apache.flink.runtime
Methods in org.apache.flink.runtime that return OperatorIDPair Modifier and Type Method Description static OperatorIDPair
OperatorIDPair. generatedIDOnly(OperatorID generatedOperatorID)
static OperatorIDPair
OperatorIDPair. of(OperatorID generatedOperatorID, OperatorID userDefinedOperatorID, String operatorName, String operatorUid)
-
Uses of OperatorIDPair in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type OperatorIDPair Modifier and Type Method Description List<OperatorIDPair>
ExecutionJobVertex. getOperatorIDs()
Returns a list containing the ID pairs of all operators contained in this execution job vertex. -
Uses of OperatorIDPair in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type OperatorIDPair Modifier and Type Method Description List<OperatorIDPair>
JobVertex. getOperatorIDs()
Constructor parameters in org.apache.flink.runtime.jobgraph with type arguments of type OperatorIDPair Constructor 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.
-