Package com.alibaba.druid.stat
Interface DruidDataSourceStatManagerMBean
-
- All Known Implementing Classes:
DruidDataSourceStatManager
public interface DruidDataSourceStatManagerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabularDatagetDataSourceList()longgetResetCount()voidreset()
-
-
-
Method Detail
-
reset
void reset()
-
getDataSourceList
TabularData getDataSourceList() throws JMException
- Throws:
JMException
-
getResetCount
long getResetCount()
-
-