Uses of Class
org.apache.flink.runtime.checkpoint.SubtaskState
-
Packages that use SubtaskState Package Description org.apache.flink.runtime.checkpoint -
-
Uses of SubtaskState in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return SubtaskState Modifier and Type Method Description SubtaskState
TaskState. getState(int subtaskIndex)
Deprecated.Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type SubtaskState Modifier and Type Method Description Collection<SubtaskState>
TaskState. getStates()
Deprecated.Map<Integer,SubtaskState>
TaskState. getSubtaskStates()
Deprecated.Methods in org.apache.flink.runtime.checkpoint with parameters of type SubtaskState Modifier and Type Method Description void
TaskState. putState(int subtaskIndex, SubtaskState subtaskState)
Deprecated.
-