| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PendingAckStore> |
TransactionPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription)
Open the pending ack store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryPendingAckStore
In memory implementation of
PendingAckStore. |
class |
MLPendingAckStore
The implement of the pending ack store by manageLedger.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PendingAckStore> |
MLPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) |
CompletableFuture<PendingAckStore> |
InMemoryPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.