Class TransactionInfo

  • All Implemented Interfaces:
    Info

    public class TransactionInfo
    extends java.lang.Object
    implements Info
    • Field Detail

      • _Name

        protected java.lang.String _Name
      • _Nano

        protected java.util.concurrent.atomic.AtomicLong _Nano
      • _Count

        protected java.util.concurrent.atomic.AtomicLong _Count
    • Method Detail

      • add

        protected void add​(long nano)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Info
      • getRecordsTotal

        public long getRecordsTotal()
        Specified by:
        getRecordsTotal in interface Info
      • getCountTotal

        public long getCountTotal()
        Specified by:
        getCountTotal in interface Info
      • getNanoTotal

        public long getNanoTotal()
        Specified by:
        getNanoTotal in interface Info
      • print

        public void print​(java.io.Writer out,
                          long superCount,
                          long superRecords,
                          long superNano)
                   throws java.lang.Exception
        Specified by:
        print in interface Info
        Throws:
        java.lang.Exception