java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
All Implemented Interfaces:
ResponseBody

public class CheckpointInfo extends Object implements ResponseBody
Represents information about a triggered checkpoint.
  • Constructor Details

    • CheckpointInfo

      public CheckpointInfo(@Nullable Long checkpointId, @Nullable org.apache.flink.util.SerializedThrowable failureCause)
  • Method Details

    • getCheckpointId

      @Nullable public Long getCheckpointId()
    • getFailureCause

      @Nullable public org.apache.flink.util.SerializedThrowable getFailureCause()