Class AcknowledgeIdsForCheckpoint<AcknowledgeId>

  • Type Parameters:
    AcknowledgeId - Type of the Ids used for acknowledging.
    All Implemented Interfaces:
    Serializable

    public class AcknowledgeIdsForCheckpoint<AcknowledgeId>
    extends Object
    implements Serializable
    This class contains a checkpointId and a List of AcknowledgementIds. This class is used by AcknowledgeOnCheckpoint to keep track of acknowledgementIds
    See Also:
    Serialized Form
    • Method Detail

      • getCheckpointId

        public long getCheckpointId()
      • setCheckpointId

        public void setCheckpointId​(long checkpointId)
      • setAcknowledgeIds

        public void setAcknowledgeIds​(List<AcknowledgeId> acknowledgeIds)