public interface JDBCConnectionPoolStats extends JDBCConnectionStats
Modifier and Type | Method and Description |
---|---|
CountStatistic |
getCloseCount()
Number of connections closed.
|
CountStatistic |
getCreateCount()
Number of connections created.
|
BoundedRangeStatistic |
getFreePoolSize()
Number of free connections in the pool.
|
BoundedRangeStatistic |
getPoolSize()
Size of the connection pool.
|
RangeStatistic |
getWaitingThreadCount()
Number of threads waiting for a connection.
|
getJdbcDataSource, getUseTime, getWaitTime
getStatistic, getStatisticNames, getStatistics
CountStatistic getCreateCount()
CountStatistic getCloseCount()
BoundedRangeStatistic getPoolSize()
BoundedRangeStatistic getFreePoolSize()
RangeStatistic getWaitingThreadCount()