类 JdbcConnectionStat

java.lang.Object
com.alibaba.druid.stat.JdbcConnectionStat
所有已实现的接口:
JdbcConnectionStatMBean

public class JdbcConnectionStat extends Object implements JdbcConnectionStatMBean
作者:
wenshao [szujobs@hotmail.com]
  • 构造器详细资料

    • JdbcConnectionStat

      public JdbcConnectionStat()
  • 方法详细资料

    • 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)
    • getCloseCount

      public long getCloseCount()
      指定者:
      getCloseCount 在接口中 JdbcConnectionStatMBean
    • getCommitCount

      public long getCommitCount()
      指定者:
      getCommitCount 在接口中 JdbcConnectionStatMBean
    • getConnectCount

      public long getConnectCount()
      指定者:
      getConnectCount 在接口中 JdbcConnectionStatMBean
    • getConnectMillis

      public long getConnectMillis()
      指定者:
      getConnectMillis 在接口中 JdbcConnectionStatMBean
    • getActiveMax

      public int getActiveMax()
      指定者:
      getActiveMax 在接口中 JdbcConnectionStatMBean
    • getRollbackCount

      public long getRollbackCount()
      指定者:
      getRollbackCount 在接口中 JdbcConnectionStatMBean
    • getConnectErrorCount

      public long getConnectErrorCount()
      指定者:
      getConnectErrorCount 在接口中 JdbcConnectionStatMBean
    • getConnectLastTime

      public Date getConnectLastTime()
      指定者:
      getConnectLastTime 在接口中 JdbcConnectionStatMBean
    • 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()