Class CheckpointingStatistics.RestoredCheckpointStatistics

  • Enclosing class:
    CheckpointingStatistics

    public static final class CheckpointingStatistics.RestoredCheckpointStatistics
    extends Object
    Statistics for a restored checkpoint.
    • Constructor Detail

      • RestoredCheckpointStatistics

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

      • getId

        public long getId()
      • getRestoreTimestamp

        public long getRestoreTimestamp()
      • isSavepoint

        public boolean isSavepoint()
      • getExternalPath

        @Nullable
        public String getExternalPath()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object