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 TaskStateStatsAbstractCheckpointStats. getTaskStateStats(JobVertexID jobVertexId)Returns the task state stats for the given job vertex ID ornullif 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.
-