Package com.alibaba.druid.stat
Interface JdbcConnectionStatMBean
-
- All Known Implementing Classes:
JdbcConnectionStat
public interface JdbcConnectionStatMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveMax()longgetCloseCount()longgetCommitCount()longgetConnectCount()longgetConnectErrorCount()DategetConnectLastTime()longgetConnectMillis()longgetRollbackCount()
-
-
-
Method Detail
-
getConnectCount
long getConnectCount()
-
getCloseCount
long getCloseCount()
-
getActiveMax
int getActiveMax()
-
getCommitCount
long getCommitCount()
-
getRollbackCount
long getRollbackCount()
-
getConnectMillis
long getConnectMillis()
-
getConnectErrorCount
long getConnectErrorCount()
-
getConnectLastTime
Date getConnectLastTime()
-
-