类 JdbcConnectionStat
java.lang.Object
com.alibaba.druid.stat.JdbcConnectionStat
- 所有已实现的接口:
JdbcConnectionStatMBean
- 作者:
- wenshao [szujobs@hotmail.com]
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidafterClose(long aliveNano) voidafterConnected(long delta) voidvoidconnectError(Throwable error) voidintintlonglonglonglonglongintlonglonglonglongintintlonglonglonglonglong[]long[]longlongvoidvoidvoidvoidvoidreset()voidsetActiveCount(int activeCount)
-
构造器详细资料
-
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
-
getConnectErrorLast
-
getErrorLastTime
-
connectError
-
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
- 指定者:
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()
-