public interface JDBCConnectionPoolStats extends JDBCConnectionStats
Modifier and Type | Method and Description |
---|---|
CountStatistic |
getCloseCount() |
CountStatistic |
getCreateCount() |
BoundedRangeStatistic |
getFreePoolSize() |
BoundedRangeStatistic |
getPoolSize() |
RangeStatistic |
getWaitingThreadCount() |
getJdbcDataSource, getUseTime, getWaitTime
getStatistic, getStatisticNames, getStatistics
CountStatistic getCreateCount()
CountStatistic getCloseCount()
BoundedRangeStatistic getPoolSize()
BoundedRangeStatistic getFreePoolSize()
RangeStatistic getWaitingThreadCount()
Copyright © 2013. All Rights Reserved.