Package com.alibaba.druid.stat
Interface JdbcDataSourceStatMBean
-
- All Known Implementing Classes:
JdbcDataSourceStat
public interface JdbcDataSourceStatMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetConnectionActiveCount()longgetConnectionConnectAliveMillis()long[]getConnectionHistogramRanges()long[]getConnectionHistogramValues()TabularDatagetConnectionList()StringgetConnectionUrl()TabularDatagetSqlList()voidreset()
-
-
-
Method Detail
-
reset
void reset()
-
getSqlList
TabularData getSqlList() throws JMException
- Throws:
JMException
-
getConnectionList
TabularData getConnectionList() throws JMException
- Throws:
JMException
-
getConnectionUrl
String getConnectionUrl()
-
getConnectionActiveCount
long getConnectionActiveCount()
-
getConnectionConnectAliveMillis
long getConnectionConnectAliveMillis()
-
getConnectionHistogramValues
long[] getConnectionHistogramValues()
-
getConnectionHistogramRanges
long[] getConnectionHistogramRanges()
-
-