com.alibaba.druid.stat
Interface JdbcDataSourceStatMBean
- All Known Implementing Classes:
- JdbcDataSourceStat
public interface JdbcDataSourceStatMBean
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()
Copyright © 2012 Alibaba Group. All Rights Reserved.