Class RestoredCheckpointStats

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

public class RestoredCheckpointStats extends Object implements Serializable
Statistics for a restored checkpoint.
See Also:
  • Method Details

    • getCheckpointId

      public long getCheckpointId()
      Returns the ID of this checkpoint.
      Returns:
      ID of this checkpoint.
    • getProperties

      public CheckpointProperties getProperties()
      Returns the properties of the restored checkpoint.
      Returns:
      Properties of the restored checkpoint.
    • getRestoreTimestamp

      public long getRestoreTimestamp()
      Returns the timestamp when the checkpoint was restored.
      Returns:
      Timestamp when the checkpoint was restored.
    • getExternalPath

      @Nullable public String getExternalPath()
      Returns the external path if this checkpoint was persisted externally.
      Returns:
      External path of this checkpoint or null.
    • getStateSize

      public long getStateSize()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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

      public String toString()
      Overrides:
      toString in class Object