Package com.alibaba.druid.stat
Interface JdbcStatementStatMBean
-
- All Known Implementing Classes:
JdbcStatementStat
public interface JdbcStatementStatMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCloseCount()intgetConcurrentMax()longgetCreateCount()longgetErrorCount()longgetExecuteCount()DategetExecuteLastTime()longgetExecuteMillisTotal()longgetExecuteSuccessCount()CompositeDatagetLastError()DategetLastErrorTime()longgetPrepareCallCount()longgetPrepareCount()intgetRunningCount()
-
-
-
Method Detail
-
getCreateCount
long getCreateCount()
-
getPrepareCount
long getPrepareCount()
-
getPrepareCallCount
long getPrepareCallCount()
-
getCloseCount
long getCloseCount()
-
getExecuteMillisTotal
long getExecuteMillisTotal()
-
getExecuteSuccessCount
long getExecuteSuccessCount()
-
getLastErrorTime
Date getLastErrorTime()
-
getLastError
CompositeData getLastError() throws JMException
- Throws:
JMException
-
getExecuteLastTime
Date getExecuteLastTime()
-
getRunningCount
int getRunningCount()
-
getConcurrentMax
int getConcurrentMax()
-
getExecuteCount
long getExecuteCount()
-
getErrorCount
long getErrorCount()
-
-