Uses of Class
org.apache.pulsar.broker.service.AbstractDispatcherMultipleConsumers
-
Packages that use AbstractDispatcherMultipleConsumers 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. -
-
Uses of AbstractDispatcherMultipleConsumers in org.apache.pulsar.broker.service
Fields in org.apache.pulsar.broker.service with type parameters of type AbstractDispatcherMultipleConsumers Modifier and Type Field Description protected static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AbstractDispatcherMultipleConsumers>AbstractDispatcherMultipleConsumers. IS_CLOSED_UPDATER -
Uses of AbstractDispatcherMultipleConsumers in org.apache.pulsar.broker.service.nonpersistent
Subclasses of AbstractDispatcherMultipleConsumers in org.apache.pulsar.broker.service.nonpersistent Modifier and Type Class Description classNonPersistentDispatcherMultipleConsumersclassNonPersistentStickyKeyDispatcherMultipleConsumers -
Uses of AbstractDispatcherMultipleConsumers in org.apache.pulsar.broker.service.persistent
Subclasses of AbstractDispatcherMultipleConsumers in org.apache.pulsar.broker.service.persistent Modifier and Type Class Description classPersistentDispatcherMultipleConsumersclassPersistentStickyKeyDispatcherMultipleConsumersclassPersistentStreamingDispatcherMultipleConsumersAPersistentDispatcherMultipleConsumersimplementedStreamingDispatcher.
-