com.alibaba.druid.stat
接口 JdbcStatementStatMBean
- 所有已知实现类:
- JdbcStatementStat
public interface JdbcStatementStatMBean
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
- 抛出:
JMException
getExecuteLastTime
Date getExecuteLastTime()
getRunningCount
int getRunningCount()
getConcurrentMax
int getConcurrentMax()
getExecuteCount
long getExecuteCount()
getErrorCount
long getErrorCount()
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.