Class TransactionMetadataStoreState

  • Direct Known Subclasses:
    MLTransactionMetadataStore

    public abstract class TransactionMetadataStoreState
    extends java.lang.Object
    The implement of transaction metadata store state.
    • Method Detail

      • changeToReadyState

        protected boolean changeToReadyState()
      • changeToInitializingState

        protected boolean changeToInitializingState()
      • changeToClosingState

        protected boolean changeToClosingState()
      • changeToCloseState

        protected boolean changeToCloseState()
      • checkIfReady

        protected boolean checkIfReady()