public interface ConnectionPoolStatsMXBean
Modifier and Type | Method and Description |
---|---|
long |
getConnectionHandleCount()
The number of Connection objects in use for a particular connection pool.
|
long |
getCreateCount()
The total number of connections created
|
long |
getDestroyCount()
The total number of connections closed.
|
long |
getFreeConnectionCount()
The number of free connections in the pool.
|
long |
getManagedConnectionCount()
The number of ManagedConnection objects in use for a particular connection pool.
|
double |
getWaitTime()
The average waiting time in milliseconds until a connection is granted.
|
long getCreateCount()
long getDestroyCount()
long getConnectionHandleCount()
long getManagedConnectionCount()
double getWaitTime()
long getFreeConnectionCount()