Class BatchMessageAcker


  • public class BatchMessageAcker
    extends java.lang.Object
    • Method Detail

      • getBatchSize

        public int getBatchSize()
      • ackIndividual

        public boolean ackIndividual​(int batchIndex)
      • getBitSetSize

        public int getBitSetSize()
      • ackCumulative

        public boolean ackCumulative​(int batchIndex)
      • getOutstandingAcks

        public int getOutstandingAcks()
      • setPrevBatchCumulativelyAcked

        public void setPrevBatchCumulativelyAcked​(boolean acked)
      • isPrevBatchCumulativelyAcked

        public boolean isPrevBatchCumulativelyAcked()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object