Class CheckpointStatsSnapshot
java.lang.Object
org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
- All Implemented Interfaces:
Serializable
A snapshot of the checkpoint stats.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CheckpointStatsSnapshotempty()Returns the snapshotted checkpoint counts.Returns the snapshotted checkpoint history.Returns the latest restored checkpoint.Returns the snapshotted completed checkpoint summary stats.
-
Method Details
-
empty
-
getCounts
Returns the snapshotted checkpoint counts.- Returns:
- Snapshotted checkpoint counts.
-
getSummaryStats
Returns the snapshotted completed checkpoint summary stats.- Returns:
- Snapshotted completed checkpoint summary stats.
-
getHistory
Returns the snapshotted checkpoint history.- Returns:
- Snapshotted checkpoint history.
-
getLatestRestoredCheckpoint
Returns the latest restored checkpoint.- Returns:
- Latest restored checkpoint or
null.
-