public interface ConnectionPoolStatistics
Modifier and Type | Method and Description |
---|---|
int |
available() |
long |
averageGetTime() |
int |
created() |
long |
creationDate() |
int |
destroyed() |
int |
failedRequests() |
int |
failedRequestsPerSecond() |
int |
inUse() |
long |
maximumCheckOutTime() |
long |
minimumCheckOutTime() |
int |
requests() |
int |
requestsPerSecond() |
long |
resetTime() |
int |
size() |
List<ConnectionPoolState> |
snapshot()
Returns a list containing a snapshot of connection pool states.
|
long |
timestamp() |
String |
username() |
String username()
List<ConnectionPoolState> snapshot()
int size()
int available()
int inUse()
long timestamp()
long creationDate()
int created()
int destroyed()
long resetTime()
int requests()
int requestsPerSecond()
int failedRequests()
int failedRequestsPerSecond()
long averageGetTime()
long minimumCheckOutTime()
long maximumCheckOutTime()