Uses of Class
org.apache.pulsar.broker.service.persistent.PersistentSubscription
Packages that use PersistentSubscription
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Component for processing pending acks for transactions.
The implementation for processing pending acks in transactions.
-
Uses of PersistentSubscription in org.apache.pulsar.broker.service.persistent
Subclasses of PersistentSubscription in org.apache.pulsar.broker.service.persistentMethods in org.apache.pulsar.broker.service.persistent that return PersistentSubscriptionMethods in org.apache.pulsar.broker.service.persistent that return types with arguments of type PersistentSubscriptionModifier and TypeMethodDescriptionorg.apache.pulsar.common.util.collections.ConcurrentOpenHashMap<String,PersistentSubscription> PersistentTopic.getSubscriptions()Constructors in org.apache.pulsar.broker.service.persistent with parameters of type PersistentSubscriptionModifierConstructorDescriptionPersistentMessageExpiryMonitor(String topicName, String subscriptionName, org.apache.bookkeeper.mledger.ManagedCursor cursor, PersistentSubscription subscription) -
Uses of PersistentSubscription in org.apache.pulsar.broker.transaction.pendingack
Methods in org.apache.pulsar.broker.transaction.pendingack with parameters of type PersistentSubscriptionModifier and TypeMethodDescriptionTransactionPendingAckStoreProvider.checkInitializedBefore(PersistentSubscription subscription) Check pending ack store has been initialized before.TransactionPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) Open the pending ack store. -
Uses of PersistentSubscription in org.apache.pulsar.broker.transaction.pendingack.impl
Methods in org.apache.pulsar.broker.transaction.pendingack.impl with parameters of type PersistentSubscriptionModifier and TypeMethodDescriptionInMemoryPendingAckStoreProvider.checkInitializedBefore(PersistentSubscription subscription) MLPendingAckStoreProvider.checkInitializedBefore(PersistentSubscription subscription) InMemoryPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) MLPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) Constructors in org.apache.pulsar.broker.transaction.pendingack.impl with parameters of type PersistentSubscriptionModifierConstructorDescriptionPendingAckHandleImpl(PersistentSubscription persistentSubscription)