Uses of Class
org.apache.pulsar.client.impl.ConsumerBase
Packages that use ConsumerBase
-
Uses of ConsumerBase in org.apache.pulsar.client.impl
Subclasses of ConsumerBase in org.apache.pulsar.client.implFields in org.apache.pulsar.client.impl with type parameters of type ConsumerBaseModifier and TypeFieldDescriptionprotected static final AtomicLongFieldUpdater<ConsumerBase>ConsumerBase.CONSUMER_EPOCHprotected static final AtomicIntegerFieldUpdater<ConsumerBase>ConsumerBase.CURRENT_RECEIVER_QUEUE_SIZE_UPDATERprotected static final AtomicIntegerFieldUpdater<ConsumerBase>ConsumerBase.MESSAGE_LISTENER_QUEUE_SIZE_UPDATERMethods in org.apache.pulsar.client.impl with parameters of type ConsumerBaseModifier and TypeMethodDescriptionstatic voidUnAckedMessageTracker.addChunkedMessageIdsAndRemoveFromSequenceMap(MessageId messageId, Set<MessageId> messageIds, ConsumerBase<?> consumerBase) Constructors in org.apache.pulsar.client.impl with parameters of type ConsumerBaseModifierConstructorDescriptionUnAckedMessageRedeliveryTracker(PulsarClientImpl client, ConsumerBase<?> consumerBase, ConsumerConfigurationData<?> conf) UnAckedMessageTracker(PulsarClientImpl client, ConsumerBase<?> consumerBase, ConsumerConfigurationData<?> conf) UnAckedTopicMessageRedeliveryTracker(PulsarClientImpl client, ConsumerBase<?> consumerBase, ConsumerConfigurationData<?> conf) UnAckedTopicMessageTracker(PulsarClientImpl client, ConsumerBase<?> consumerBase, ConsumerConfigurationData<?> conf)