Uses of Class
org.apache.flink.runtime.jobgraph.OperatorInstanceID
-
Packages that use OperatorInstanceID Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.jobgraph -
-
Uses of OperatorInstanceID in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type OperatorInstanceID Modifier and Type Method Description static <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 OperatorInstanceID Modifier and Type Method Description static OperatorInstanceID
OperatorInstanceID. of(int subtaskId, OperatorID operatorID)
-