public interface JCAConnectionPoolStats extends JCAConnectionStats
Modifier and Type | Method and Description |
---|---|
CountStatistic |
getCloseCount()
The number of connections closed
|
CountStatistic |
getCreateCount()
The number of connections created
|
BoundedRangeStatistic |
getFreePoolSize()
The number of free connections in the pool
|
BoundedRangeStatistic |
getPoolSize()
The size of the connection pool
|
RangeStatistic |
getWaitingThreadCount()
The number of threads waiting for a connection
|
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
getStatistic, getStatisticNames, getStatistics
CountStatistic getCloseCount()
CountStatistic getCreateCount()
BoundedRangeStatistic getFreePoolSize()
BoundedRangeStatistic getPoolSize()
RangeStatistic getWaitingThreadCount()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.