Class CheckpointingStatistics.RestoredCheckpointStatistics

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

public static final class CheckpointingStatistics.RestoredCheckpointStatistics extends Object
Statistics for a restored checkpoint.
  • Field Details

  • Constructor Details

    • RestoredCheckpointStatistics

      public RestoredCheckpointStatistics(long id, long restoreTimestamp, boolean savepoint, @Nullable String externalPath)
  • Method Details

    • getId

      public long getId()
    • getRestoreTimestamp

      public long getRestoreTimestamp()
    • isSavepoint

      public boolean isSavepoint()
    • getExternalPath

      @Nullable public String getExternalPath()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object