Uses of Class
org.apache.flink.runtime.checkpoint.TaskStateStats
-
Packages that use TaskStateStats Package Description org.apache.flink.runtime.checkpoint -
-
Uses of TaskStateStats in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return TaskStateStats Modifier and Type Method Description TaskStateStats
AbstractCheckpointStats. getTaskStateStats(JobVertexID jobVertexId)
Returns the task state stats for the given job vertex ID ornull
if no task with such an ID is available.Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type TaskStateStats Modifier and Type Method Description Collection<TaskStateStats>
AbstractCheckpointStats. getAllTaskStateStats()
Returns all task state stats instances.
-