public class EntryBatchIndexesAcks extends Object
| Modifier and Type | Method and Description |
|---|---|
static EntryBatchIndexesAcks |
get(int entriesListSize) |
long[] |
getAckSet(int entryIdx) |
int |
getTotalAckedIndexCount() |
void |
recycle() |
void |
setIndexesAcks(int entryIdx,
org.apache.commons.lang3.tuple.Pair<Integer,long[]> indexesAcks) |
public void setIndexesAcks(int entryIdx,
org.apache.commons.lang3.tuple.Pair<Integer,long[]> indexesAcks)
public long[] getAckSet(int entryIdx)
public int getTotalAckedIndexCount()
public void recycle()
public static EntryBatchIndexesAcks get(int entriesListSize)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.