| Package | Description |
|---|---|
| org.apache.pulsar.transaction.coordinator |
Classes for implementing pulsar transaction coordinator.
|
| org.apache.pulsar.transaction.coordinator.exceptions |
Internal exceptions for transaction coordinator.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionMetadataStoreState.State |
TransactionMetadataStoreState.getState() |
static TransactionMetadataStoreState.State |
TransactionMetadataStoreState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionMetadataStoreState.State[] |
TransactionMetadataStoreState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransactionMetadataStoreState(TransactionMetadataStoreState.State state) |
| Constructor and Description |
|---|
TransactionMetadataStoreStateException(TransactionCoordinatorID tcID,
TransactionMetadataStoreState.State expectedState,
TransactionMetadataStoreState.State currentState,
String operation) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.