Uses of Class
org.apache.pulsar.broker.service.persistent.PersistentSubscription
-
Packages that use PersistentSubscription Package Description org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.transaction.pendingack Component for processing pending acks for transactions.org.apache.pulsar.broker.transaction.pendingack.impl 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.persistent Modifier and Type Class Description classCompactorSubscriptionMethods in org.apache.pulsar.broker.service.persistent that return PersistentSubscription Modifier and Type Method Description PersistentSubscriptionPersistentTopic. getSubscription(java.lang.String subscriptionName)Methods in org.apache.pulsar.broker.service.persistent that return types with arguments of type PersistentSubscription Modifier and Type Method Description org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap<java.lang.String,PersistentSubscription>PersistentTopic. getSubscriptions()Constructors in org.apache.pulsar.broker.service.persistent with parameters of type PersistentSubscription Constructor Description PersistentMessageExpiryMonitor(java.lang.String topicName, java.lang.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 PersistentSubscription Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Boolean>TransactionPendingAckStoreProvider. checkInitializedBefore(PersistentSubscription subscription)Check pending ack store has been initialized before.java.util.concurrent.CompletableFuture<PendingAckStore>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 PersistentSubscription Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Boolean>InMemoryPendingAckStoreProvider. checkInitializedBefore(PersistentSubscription subscription)java.util.concurrent.CompletableFuture<java.lang.Boolean>MLPendingAckStoreProvider. checkInitializedBefore(PersistentSubscription subscription)java.util.concurrent.CompletableFuture<PendingAckStore>InMemoryPendingAckStoreProvider. newPendingAckStore(PersistentSubscription subscription)java.util.concurrent.CompletableFuture<PendingAckStore>MLPendingAckStoreProvider. newPendingAckStore(PersistentSubscription subscription)Constructors in org.apache.pulsar.broker.transaction.pendingack.impl with parameters of type PersistentSubscription Constructor Description PendingAckHandleImpl(PersistentSubscription persistentSubscription)
-