Uses of Class
org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers
-
Packages that use PersistentDispatcherMultipleConsumers 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. -
-
Uses of PersistentDispatcherMultipleConsumers in org.apache.pulsar.broker.delayed
Methods in org.apache.pulsar.broker.delayed with parameters of type PersistentDispatcherMultipleConsumers Modifier and Type Method Description DelayedDeliveryTrackerDelayedDeliveryTrackerFactory. newTracker(PersistentDispatcherMultipleConsumers dispatcher)Create a new tracker instance.DelayedDeliveryTrackerInMemoryDelayedDeliveryTrackerFactory. newTracker(PersistentDispatcherMultipleConsumers dispatcher) -
Uses of PersistentDispatcherMultipleConsumers in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type PersistentDispatcherMultipleConsumers Modifier and Type Method Description voidBrokerService. 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 toBrokerService.maxUnackedMsgsPerDispatcher.Method parameters in org.apache.pulsar.broker.service with type arguments of type PersistentDispatcherMultipleConsumers Modifier and Type Method Description voidBrokerService. unblockDispatchersOnUnAckMessages(java.util.List<PersistentDispatcherMultipleConsumers> dispatcherList)Unblocks the dispatchers and removes it from theBrokerService.blockedDispatcherslist. -
Uses of PersistentDispatcherMultipleConsumers in org.apache.pulsar.broker.service.persistent
Subclasses of PersistentDispatcherMultipleConsumers in org.apache.pulsar.broker.service.persistent Modifier and Type Class Description classPersistentStickyKeyDispatcherMultipleConsumersclassPersistentStreamingDispatcherMultipleConsumersAPersistentDispatcherMultipleConsumersimplementedStreamingDispatcher.Fields in org.apache.pulsar.broker.service.persistent with type parameters of type PersistentDispatcherMultipleConsumers Modifier and Type Field Description protected static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<PersistentDispatcherMultipleConsumers>PersistentDispatcherMultipleConsumers. BLOCKED_DISPATCHER_ON_UNACKMSG_UPDATERprotected static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<PersistentDispatcherMultipleConsumers>PersistentDispatcherMultipleConsumers. TOTAL_AVAILABLE_PERMITS_UPDATER
-