Uses of Interface
org.apache.pulsar.broker.transaction.pendingack.PendingAckStore
-
Packages that use PendingAckStore Package Description 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 PendingAckStore in org.apache.pulsar.broker.transaction.pendingack
Methods in org.apache.pulsar.broker.transaction.pendingack that return types with arguments of type PendingAckStore Modifier and Type Method Description java.util.concurrent.CompletableFuture<PendingAckStore>TransactionPendingAckStoreProvider. newPendingAckStore(PersistentSubscription subscription)Open the pending ack store. -
Uses of PendingAckStore in org.apache.pulsar.broker.transaction.pendingack.impl
Classes in org.apache.pulsar.broker.transaction.pendingack.impl that implement PendingAckStore Modifier and Type Class Description classInMemoryPendingAckStoreIn memory implementation ofPendingAckStore.classMLPendingAckStoreThe implement of the pending ack store by manageLedger.Methods in org.apache.pulsar.broker.transaction.pendingack.impl that return types with arguments of type PendingAckStore Modifier and Type Method Description java.util.concurrent.CompletableFuture<PendingAckStore>InMemoryPendingAckStoreProvider. newPendingAckStore(PersistentSubscription subscription)java.util.concurrent.CompletableFuture<PendingAckStore>MLPendingAckStoreProvider. newPendingAckStore(PersistentSubscription subscription)
-