类 TransactionInBufferStats


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

      字段 
      修饰符和类型 字段 说明
      boolean aborted
      The flag of this transaction have been aborted.
      java.lang.String startPosition
      The start position of this transaction in transaction buffer.
    • 方法概要

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

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

      • startPosition

        public java.lang.String startPosition
        The start position of this transaction in transaction buffer.
      • aborted

        public boolean aborted
        The flag of this transaction have been aborted.
    • 构造器详细资料

      • TransactionInBufferStats

        public TransactionInBufferStats()