Class CheckpointingStatistics.Counts

java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
Enclosing class:
CheckpointingStatistics

public static final class CheckpointingStatistics.Counts extends Object
Checkpoint counts.
  • Field Details

  • Constructor Details

    • Counts

      public Counts(long numberRestoredCheckpoints, long totalNumberCheckpoints, int numberInProgressCheckpoints, long numberCompletedCheckpoints, long numberFailedCheckpoints)
  • Method Details

    • getNumberRestoredCheckpoints

      public long getNumberRestoredCheckpoints()
    • getTotalNumberCheckpoints

      public long getTotalNumberCheckpoints()
    • getNumberInProgressCheckpoints

      public int getNumberInProgressCheckpoints()
    • getNumberCompletedCheckpoints

      public long getNumberCompletedCheckpoints()
    • getNumberFailedCheckpoints

      public long getNumberFailedCheckpoints()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object