Class FailedCheckpointStats

All Implemented Interfaces:
Serializable

public class FailedCheckpointStats extends PendingCheckpointStats
Statistics for a failed checkpoint.

The reported statistics are mutable.

See Also:
  • Method Details

    • getStatus

      public CheckpointStatsStatus getStatus()
      Description copied from class: AbstractCheckpointStats
      Returns the status of this checkpoint.
      Overrides:
      getStatus in class PendingCheckpointStats
      Returns:
      Status of this checkpoint
    • getEndToEndDuration

      public long getEndToEndDuration()
      Returns the end to end duration until the checkpoint failure.
      Overrides:
      getEndToEndDuration in class AbstractCheckpointStats
      Returns:
      Duration of this checkpoint or -1 if no subtask was acknowledged yet.
    • getFailureTimestamp

      public long getFailureTimestamp()
      Returns the timestamp when this checkpoint failed.
      Returns:
      Timestamp when the checkpoint failed.
    • getFailureMessage

      @Nullable public String getFailureMessage()
      Returns the failure message or null if no cause was provided.
      Returns:
      Failure message of the checkpoint failure or null.