Package org.apache.pulsar.client.impl
Class BatchMessageAcker
java.lang.Object
org.apache.pulsar.client.impl.BatchMessageAcker
-
Method Summary
Modifier and TypeMethodDescriptionbooleanackCumulative(int batchIndex) booleanackIndividual(int batchIndex) intintintbooleanvoidsetPrevBatchCumulativelyAcked(boolean acked) toString()
-
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
-