| Package | Description |
|---|---|
| org.apache.pulsar.common.protocol |
Common protocol.
|
| org.apache.pulsar.common.util.collections |
Set of different collections working in the concurrent environment.
|
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newMultiMessageAck(long consumerId,
List<org.apache.commons.lang3.tuple.Triple<Long,Long,ConcurrentBitSetRecyclable>> entries,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newMultiTransactionMessageAck(long consumerId,
TxnID txnID,
List<org.apache.commons.lang3.tuple.Triple<Long,Long,ConcurrentBitSetRecyclable>> entries) |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentBitSetRecyclable |
ConcurrentBitSetRecyclable.create() |
static ConcurrentBitSetRecyclable |
ConcurrentBitSetRecyclable.create(BitSet bitSet) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.