| Package | Description |
|---|---|
| org.apache.pulsar.broker.delayed |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.broker.service |
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 | Method and Description |
|---|---|
DelayedDeliveryTracker |
DelayedDeliveryTrackerFactory.newTracker(PersistentDispatcherMultipleConsumers dispatcher)
Create a new tracker instance.
|
DelayedDeliveryTracker |
InMemoryDelayedDeliveryTrackerFactory.newTracker(PersistentDispatcherMultipleConsumers dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerService.addUnAckedMessages(PersistentDispatcherMultipleConsumers dispatcher,
int numberOfMessages)
If per-broker unacked message reached to limit then it blocks dispatcher if its unacked message limit has been
reached to
BrokerService.maxUnackedMsgsPerDispatcher. |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerService.unblockDispatchersOnUnAckMessages(List<PersistentDispatcherMultipleConsumers> dispatcherList)
Unblocks the dispatchers and removes it from the
BrokerService.blockedDispatchers list. |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentStickyKeyDispatcherMultipleConsumers |
class |
PersistentStreamingDispatcherMultipleConsumers
A
PersistentDispatcherMultipleConsumers implemented StreamingDispatcher. |
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicIntegerFieldUpdater<PersistentDispatcherMultipleConsumers> |
PersistentDispatcherMultipleConsumers.BLOCKED_DISPATCHER_ON_UNACKMSG_UPDATER |
protected static AtomicIntegerFieldUpdater<PersistentDispatcherMultipleConsumers> |
PersistentDispatcherMultipleConsumers.TOTAL_AVAILABLE_PERMITS_UPDATER |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.