Class CheckpointInfo

  • All Implemented Interfaces:
    ResponseBody

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

      • CheckpointInfo

        public CheckpointInfo​(@Nullable
                              Long checkpointId,
                              @Nullable
                              SerializedThrowable failureCause)
    • Method Detail

      • getCheckpointId

        @Nullable
        public Long getCheckpointId()