Interface CheckpointCommittableManager<CommT>

  • Type Parameters:
    CommT - type of the committable
    All Superinterfaces:
    CommittableManager<CommT>

    @Internal
    public interface CheckpointCommittableManager<CommT>
    extends CommittableManager<CommT>
    This interface adds checkpoint meta information to the committable.
    • Method Detail

      • getCheckpointId

        long getCheckpointId()
        Returns the checkpoint id in which the committable was created.
        Returns:
        checkpoint id