Class TransactionCoordinatorStatus


  • public class TransactionCoordinatorStatus
    extends java.lang.Object
    Transaction coordinator status.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long leastSigBits
      The sequenceId of transaction metadataStore.
      long lowWaterMark
      The low water mark of transaction metadataStore.
      java.lang.String state
      The state of this transaction metadataStore.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • state

        public java.lang.String state
        The state of this transaction metadataStore.
      • leastSigBits

        public long leastSigBits
        The sequenceId of transaction metadataStore.
      • lowWaterMark

        public long lowWaterMark
        The low water mark of transaction metadataStore.
    • Constructor Detail

      • TransactionCoordinatorStatus

        public TransactionCoordinatorStatus()