类 TransactionCoordinatorStats


  • public class TransactionCoordinatorStats
    extends java.lang.Object
    Transaction coordinator stats.
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      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.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • 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.
    • 构造器详细资料

      • TransactionCoordinatorStats

        public TransactionCoordinatorStats()