Package org.apache.pulsar.broker.service
Class EntryBatchSizes
java.lang.Object
org.apache.pulsar.broker.service.EntryBatchSizes
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntryBatchSizesget(int entriesListSize) intgetBatchSize(int entryIdx) voidrecyle()intsetBatchSize(int entryIdx, int batchSize)
-
Method Details
-
getBatchSize
public int getBatchSize(int entryIdx) -
setBatchSize
public int setBatchSize(int entryIdx, int batchSize) -
recyle
public void recyle() -
get
-