Uses of Class
org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Packages that use FailedCheckpointStats Package Description org.apache.flink.runtime.checkpoint -
-
Uses of FailedCheckpointStats in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return FailedCheckpointStats Modifier and Type Method Description FailedCheckpointStatsCheckpointStatsHistory. getLatestFailedCheckpoint()Methods in org.apache.flink.runtime.checkpoint with parameters of type FailedCheckpointStats Modifier and Type Method Description voidCheckpointStatsTracker. reportFailedCheckpoint(FailedCheckpointStats failed)voidDefaultCheckpointStatsTracker. reportFailedCheckpoint(FailedCheckpointStats failed)voidNoOpCheckpointStatsTracker. reportFailedCheckpoint(FailedCheckpointStats failed)
-