Class FailedCheckpointStats

    • Method Detail

      • 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.