Class TransactionBufferStats


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

      Fields 
      Modifier and Type Field Description
      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.
    • 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 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.
    • Constructor Detail

      • TransactionBufferStats

        public TransactionBufferStats()