| Package | Description |
|---|---|
| org.apache.pulsar.broker.transaction.pendingack.impl |
The implementation for processing pending acks in transactions.
|
| Modifier and Type | Field and Description |
|---|---|
protected PendingAckHandleState.State |
PendingAckHandleState.state |
| Modifier and Type | Method and Description |
|---|---|
PendingAckHandleState.State |
PendingAckHandleState.getState() |
static PendingAckHandleState.State |
PendingAckHandleState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PendingAckHandleState.State[] |
PendingAckHandleState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PendingAckHandleState(PendingAckHandleState.State state) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.