Uses of Class
org.apache.flink.runtime.checkpoint.TaskStateStats
Packages that use TaskStateStats
-
Uses of TaskStateStats in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return TaskStateStatsModifier and TypeMethodDescriptionAbstractCheckpointStats.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 TaskStateStatsModifier and TypeMethodDescriptionAbstractCheckpointStats.getAllTaskStateStats()Returns all task state stats instances.