Uses of Interface
org.apache.pulsar.broker.transaction.pendingack.PendingAckStore
Packages that use PendingAckStore
Package
Description
Component for processing pending acks for transactions.
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 PendingAckStoreModifier and TypeMethodDescriptionTransactionPendingAckStoreProvider.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 PendingAckStoreModifier and TypeClassDescriptionclassIn memory implementation ofPendingAckStore.classThe implement of the pending ack store by manageLedger.Methods in org.apache.pulsar.broker.transaction.pendingack.impl that return types with arguments of type PendingAckStoreModifier and TypeMethodDescriptionInMemoryPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) MLPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription)