Class JdbcConnectionStat

    • Constructor Detail

      • JdbcConnectionStat

        public JdbcConnectionStat()
    • Method Detail

      • reset

        public void reset()
      • beforeConnect

        public void beforeConnect()
      • afterConnected

        public void afterConnected​(long delta)
      • getConnectNanoMax

        public long getConnectNanoMax()
      • getConnectMillisMax

        public long getConnectMillisMax()
      • setActiveCount

        public void setActiveCount​(int activeCount)
      • getActiveCount

        public int getActiveCount()
      • getAtiveCountMax

        public int getAtiveCountMax()
      • getErrorCount

        public long getErrorCount()
      • getConnectingCount

        public int getConnectingCount()
      • getConnectingMax

        public int getConnectingMax()
      • getAliveTotal

        public long getAliveTotal()
      • getAliveNanoMin

        public long getAliveNanoMin()
      • getAliveMillisMin

        public long getAliveMillisMin()
      • getAliveNanoMax

        public long getAliveNanoMax()
      • getAliveMillisMax

        public long getAliveMillisMax()
      • afterClose

        public void afterClose​(long aliveNano)
      • getErrorLast

        public Throwable getErrorLast()
      • getConnectErrorLast

        public Throwable getConnectErrorLast()
      • getErrorLastTime

        public Date getErrorLastTime()
      • connectError

        public void connectError​(Throwable error)
      • error

        public void error​(Throwable error)
      • incrementConnectionCloseCount

        public void incrementConnectionCloseCount()
      • incrementConnectionCommitCount

        public void incrementConnectionCommitCount()
      • incrementConnectionRollbackCount

        public void incrementConnectionRollbackCount()
      • incrementTransactionStartCount

        public void incrementTransactionStartCount()
      • getTransactionStartCount

        public long getTransactionStartCount()
      • getHistorgramValues

        public long[] getHistorgramValues()
      • getHistogramRanges

        public long[] getHistogramRanges()