Class BatchMessageAcker

java.lang.Object
org.apache.pulsar.client.impl.BatchMessageAcker

public class BatchMessageAcker extends Object
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object