Class TransactionMetadataStoreState
java.lang.Object
org.apache.pulsar.transaction.coordinator.TransactionMetadataStoreState
- Direct Known Subclasses:
MLTransactionMetadataStore
The implement of transaction metadata store state.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the transactionMetadataStoreTransactionMetadataStore. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanprotected booleanprotected booleanprotected booleangetState()
-
Constructor Details
-
TransactionMetadataStoreState
-
-
Method Details
-
changeToReadyState
protected boolean changeToReadyState() -
changeToInitializingState
protected boolean changeToInitializingState() -
changeToClosingState
protected boolean changeToClosingState() -
changeToCloseState
protected boolean changeToCloseState() -
checkIfReady
protected boolean checkIfReady() -
getState
-