Class TransactionInBufferStats


  • public class TransactionInBufferStats
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean aborted
      The flag of this transaction have been aborted.
      java.lang.String startPosition
      The start position of this transaction in transaction buffer.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • 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.
    • Constructor Detail

      • TransactionInBufferStats

        public TransactionInBufferStats()