| Package | Description |
|---|---|
| org.apache.pulsar.broker.transaction.pendingack.proto |
| Modifier and Type | Method and Description |
|---|---|
PendingAckOp |
PendingAckMetadataEntry.getPendingAckOp() |
static PendingAckOp |
PendingAckOp.valueOf(int n) |
static PendingAckOp |
PendingAckOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PendingAckOp[] |
PendingAckOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PendingAckMetadataEntry |
PendingAckMetadataEntry.setPendingAckOp(PendingAckOp pendingAckOp) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.