| Package | Description |
|---|---|
| org.apache.pulsar.transaction.impl.common |
Common classes used by pulsar transaction related modules.
|
| Modifier and Type | Method and Description |
|---|---|
static TxnStatus |
TxnStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxnStatus[] |
TxnStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TxnStatus.canTransitionTo(TxnStatus newStatus)
Check if the a status can be transaction to a new status.
|
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.