| 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<PendingAckHandle> |
PendingAckHandle.pendingAckHandleFuture()
Pending ack recover whether ready future.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PendingAckHandleDisabled
The disabled implementation of
PendingAckHandle. |
class |
PendingAckHandleImpl
The default implementation of
PendingAckHandle. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PendingAckHandle> |
PendingAckHandleImpl.pendingAckHandleFuture() |
CompletableFuture<PendingAckHandle> |
PendingAckHandleDisabled.pendingAckHandleFuture() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.