类 TransactionBufferStats


  • public class TransactionBufferStats
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      long lastSnapshotTimestamps
      The last snapshot timestamps of this transaction buffer.
      java.lang.String maxReadPosition
      The max read position of this transaction buffer.
      java.lang.String state
      The state of this transaction buffer.
    • 方法概要

      • 从类继承的方法 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 buffer.
      • maxReadPosition

        public java.lang.String maxReadPosition
        The max read position of this transaction buffer.
      • lastSnapshotTimestamps

        public long lastSnapshotTimestamps
        The last snapshot timestamps of this transaction buffer.
    • 构造器详细资料

      • TransactionBufferStats

        public TransactionBufferStats()