Class CheckpointStatus


  • public class CheckpointStatus
    extends Object
    Checkpoint status which was restored from disk on node start.
    • Field Detail

      • NULL_UUID

        public static final UUID NULL_UUID
        Null checkpoint UUID.
      • NULL_PTR

        public static final WALPointer NULL_PTR
        Null WAL pointer.
      • cpStartTs

        public long cpStartTs
        Checkpoint start timestamp.
      • cpStartId

        public UUID cpStartId
        Checkpoint start id.
      • cpEndId

        public UUID cpEndId
        Checkpoint end id.