Class CheckpointStatsSnapshot

    • Method Detail

      • getCounts

        public CheckpointStatsCounts getCounts()
        Returns the snapshotted checkpoint counts.
        Returns:
        Snapshotted checkpoint counts.
      • getSummaryStats

        public CompletedCheckpointStatsSummarySnapshot getSummaryStats()
        Returns the snapshotted completed checkpoint summary stats.
        Returns:
        Snapshotted completed checkpoint summary stats.
      • getHistory

        public CheckpointStatsHistory getHistory()
        Returns the snapshotted checkpoint history.
        Returns:
        Snapshotted checkpoint history.
      • getLatestRestoredCheckpoint

        @Nullable
        public RestoredCheckpointStats getLatestRestoredCheckpoint()
        Returns the latest restored checkpoint.
        Returns:
        Latest restored checkpoint or null.