Uses of Class
org.apache.flink.runtime.jobgraph.OperatorInstanceID
Packages that use OperatorInstanceID
-
Uses of OperatorInstanceID in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type OperatorInstanceIDModifier and TypeMethodDescriptionstatic <T> Map<OperatorInstanceID,List<T>> StateAssignmentOperation.applyRepartitioner(OperatorID operatorID, OperatorStateRepartitioner<T> opStateRepartitioner, List<List<T>> chainOpParallelStates, int oldParallelism, int newParallelism) -
Uses of OperatorInstanceID in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return OperatorInstanceIDModifier and TypeMethodDescriptionstatic OperatorInstanceIDOperatorInstanceID.of(int subtaskId, OperatorID operatorID)