| Package | Description |
|---|---|
| org.apache.pulsar.broker.service |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.broker.service.nonpersistent |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.broker.service.persistent |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryRedeliveryTracker |
class |
RedeliveryTrackerDisabled |
| Modifier and Type | Method and Description |
|---|---|
RedeliveryTracker |
Dispatcher.getRedeliveryTracker() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<Void> |
Consumer.sendMessages(List<Entry> entries,
EntryBatchSizes batchSizes,
EntryBatchIndexesAcks batchIndexesAcks,
int totalMessages,
long totalBytes,
long totalChunkedMessages,
RedeliveryTracker redeliveryTracker)
Dispatch a list of entries to the consumer.
|
io.netty.channel.ChannelPromise |
PulsarCommandSenderImpl.sendMessagesToConsumer(long consumerId,
String topicName,
Subscription subscription,
int partitionIdx,
List<Entry> entries,
EntryBatchSizes batchSizes,
EntryBatchIndexesAcks batchIndexesAcks,
RedeliveryTracker redeliveryTracker) |
io.netty.util.concurrent.Future<Void> |
PulsarCommandSender.sendMessagesToConsumer(long consumerId,
String topicName,
Subscription subscription,
int partitionIdx,
List<Entry> entries,
EntryBatchSizes batchSizes,
EntryBatchIndexesAcks batchIndexesAcks,
RedeliveryTracker redeliveryTracker) |
| Modifier and Type | Method and Description |
|---|---|
RedeliveryTracker |
NonPersistentDispatcherMultipleConsumers.getRedeliveryTracker() |
RedeliveryTracker |
NonPersistentDispatcherSingleActiveConsumer.getRedeliveryTracker() |
| Modifier and Type | Field and Description |
|---|---|
protected RedeliveryTracker |
PersistentDispatcherMultipleConsumers.redeliveryTracker |
| Modifier and Type | Method and Description |
|---|---|
RedeliveryTracker |
PersistentDispatcherMultipleConsumers.getRedeliveryTracker() |
RedeliveryTracker |
PersistentDispatcherSingleActiveConsumer.getRedeliveryTracker() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.