Uses of Class
org.apache.pulsar.broker.transaction.pendingack.impl.PendingAckHandleImpl
Packages that use PendingAckHandleImpl
Package
Description
Component for processing pending acks for transactions.
The implementation for processing pending acks in transactions.
-
Uses of PendingAckHandleImpl in org.apache.pulsar.broker.transaction.pendingack
Methods in org.apache.pulsar.broker.transaction.pendingack with parameters of type PendingAckHandleImplModifier and TypeMethodDescriptionvoidPendingAckStore.replayAsync(PendingAckHandleImpl pendingAckHandle, ExecutorService executorService) Replay pending ack to recover the pending ack subscription pending ack state. -
Uses of PendingAckHandleImpl in org.apache.pulsar.broker.transaction.pendingack.impl
Methods in org.apache.pulsar.broker.transaction.pendingack.impl with parameters of type PendingAckHandleImplModifier and TypeMethodDescriptionvoidInMemoryPendingAckStore.replayAsync(PendingAckHandleImpl pendingAckHandle, ExecutorService scheduledExecutorService) voidMLPendingAckStore.replayAsync(PendingAckHandleImpl pendingAckHandle, ExecutorService transactionReplayExecutor) Constructors in org.apache.pulsar.broker.transaction.pendingack.impl with parameters of type PendingAckHandleImpl