Uses of Class
org.apache.flink.runtime.checkpoint.SubtaskState
Packages that use SubtaskState
-
Uses of SubtaskState in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return SubtaskStateMethods in org.apache.flink.runtime.checkpoint that return types with arguments of type SubtaskStateModifier and TypeMethodDescriptionTaskState.getStates()Deprecated.TaskState.getSubtaskStates()Deprecated.Methods in org.apache.flink.runtime.checkpoint with parameters of type SubtaskStateModifier and TypeMethodDescriptionvoidTaskState.putState(int subtaskIndex, SubtaskState subtaskState) Deprecated.