| Package | Description |
|---|---|
| org.apache.pulsar.client.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchMessageIdImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentOpenHashMap<MessageIdImpl,MessageIdImpl[]> |
ConsumerBase.unAckedChunckedMessageIdSequenceMap |
| Modifier and Type | Method and Description |
|---|---|
static MessageIdImpl |
MessageIdImpl.convertToMessageIdImpl(MessageId messageId) |
MessageIdImpl |
BatchMessageIdImpl.prevBatchMessageId() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentAcknowledgmentsGroupingTracker.addAcknowledgment(MessageIdImpl msgId,
PulsarApi.CommandAck.AckType ackType,
Map<String,Long> properties,
TransactionImpl txn) |
void |
NonPersistentAcknowledgmentGroupingTracker.addAcknowledgment(MessageIdImpl msgId,
PulsarApi.CommandAck.AckType ackType,
Map<String,Long> properties,
TransactionImpl txnImpl) |
void |
AcknowledgmentsGroupingTracker.addAcknowledgment(MessageIdImpl msgId,
PulsarApi.CommandAck.AckType ackType,
Map<String,Long> properties,
TransactionImpl txn) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentAcknowledgmentsGroupingTracker.addListAcknowledgment(List<MessageIdImpl> messageIds,
PulsarApi.CommandAck.AckType ackType,
Map<String,Long> properties) |
void |
NonPersistentAcknowledgmentGroupingTracker.addListAcknowledgment(List<MessageIdImpl> messageIds,
PulsarApi.CommandAck.AckType ackType,
Map<String,Long> properties) |
void |
AcknowledgmentsGroupingTracker.addListAcknowledgment(List<MessageIdImpl> messageIds,
PulsarApi.CommandAck.AckType ackType,
Map<String,Long> properties) |
| Constructor and Description |
|---|
BatchMessageIdImpl(MessageIdImpl other) |
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.