CheckpointKey
data class CheckpointKey(val checkpointIndex: CheckpointIndex, val checkpointId: CheckpointId) : Comparable<CheckpointKey>
Composite key combining checkpoint index and id. Ordered by index only.
Composite key combining checkpoint index and id. Ordered by index only.