类 JdbcStatementStat
java.lang.Object
com.alibaba.druid.stat.JdbcStatementStat
- 所有已实现的接口:
JdbcStatementStatMBean
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidafterExecute(long nanoSpan) voidvoidlongintlonglonglonglonglonglong[]long[]longlonglonglongintvoidvoidvoidvoidvoidreset()
-
构造器详细资料
-
JdbcStatementStat
public JdbcStatementStat()
-
-
方法详细资料
-
getHistogramRanges
public long[] getHistogramRanges() -
getHistogramValues
public long[] getHistogramValues() -
reset
public void reset() -
afterExecute
public void afterExecute(long nanoSpan) -
beforeExecute
public void beforeExecute() -
getErrorCount
public long getErrorCount()- 指定者:
getErrorCount在接口中JdbcStatementStatMBean
-
getRunningCount
public int getRunningCount()- 指定者:
getRunningCount在接口中JdbcStatementStatMBean
-
getConcurrentMax
public int getConcurrentMax()- 指定者:
getConcurrentMax在接口中JdbcStatementStatMBean
-
getExecuteCount
public long getExecuteCount()- 指定者:
getExecuteCount在接口中JdbcStatementStatMBean
-
getExecuteLastTime
- 指定者:
getExecuteLastTime在接口中JdbcStatementStatMBean
-
getNanoTotal
public long getNanoTotal() -
getMillisTotal
public long getMillisTotal() -
getLastException
-
getLastErrorTime
- 指定者:
getLastErrorTime在接口中JdbcStatementStatMBean
-
error
-
getCloseCount
public long getCloseCount()- 指定者:
getCloseCount在接口中JdbcStatementStatMBean
-
getCreateCount
public long getCreateCount()- 指定者:
getCreateCount在接口中JdbcStatementStatMBean
-
getExecuteMillisTotal
public long getExecuteMillisTotal()- 指定者:
getExecuteMillisTotal在接口中JdbcStatementStatMBean
-
getPrepareCallCount
public long getPrepareCallCount()- 指定者:
getPrepareCallCount在接口中JdbcStatementStatMBean
-
getPrepareCount
public long getPrepareCount()- 指定者:
getPrepareCount在接口中JdbcStatementStatMBean
-
getExecuteSuccessCount
public long getExecuteSuccessCount()- 指定者:
getExecuteSuccessCount在接口中JdbcStatementStatMBean
-
getLastError
- 指定者:
getLastError在接口中JdbcStatementStatMBean- 抛出:
JMException
-
incrementCreateCounter
public void incrementCreateCounter() -
incrementPrepareCallCount
public void incrementPrepareCallCount() -
incrementPrepareCounter
public void incrementPrepareCounter() -
incrementStatementCloseCounter
public void incrementStatementCloseCounter()
-