Class CompletedCheckpointStatsSummary

java.lang.Object
org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
All Implemented Interfaces:
Serializable

public class CompletedCheckpointStatsSummary extends Object implements Serializable
Summary over all completed checkpoints.
See Also:
  • Method Details

    • getStateSizeStats

      public StatsSummary getStateSizeStats()
      Returns the summary stats for the state size of completed checkpoints.
      Returns:
      Summary stats for the state size.
    • getEndToEndDurationStats

      public StatsSummary getEndToEndDurationStats()
      Returns the summary stats for the duration of completed checkpoints.
      Returns:
      Summary stats for the duration.
    • getProcessedDataStats

      public StatsSummary getProcessedDataStats()
    • getPersistedDataStats

      public StatsSummary getPersistedDataStats()