| Package | Description |
|---|---|
| org.apache.pulsar.client.api.transaction |
Pulsar transaction related API.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionCoordinatorClient.State |
TransactionCoordinatorClient.getState()
Get current state of the transaction meta store.
|
static TransactionCoordinatorClient.State |
TransactionCoordinatorClient.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionCoordinatorClient.State[] |
TransactionCoordinatorClient.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.