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