Uses of Class
org.apache.flink.runtime.OperatorIDPair
Packages that use OperatorIDPair
Package
Description
-
Uses of OperatorIDPair in org.apache.flink.runtime
Methods in org.apache.flink.runtime that return OperatorIDPairModifier and TypeMethodDescriptionstatic OperatorIDPairOperatorIDPair.generatedIDOnly(OperatorID generatedOperatorID) static OperatorIDPairOperatorIDPair.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 OperatorIDPairModifier and TypeMethodDescriptionExecutionJobVertex.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 OperatorIDPairConstructor parameters in org.apache.flink.runtime.jobgraph with type arguments of type OperatorIDPairModifierConstructorDescriptionInputOutputFormatVertex(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.