-
-
Method Summary
int
Returns the active timeout before the connection being killed.
int
int
int
int
long
Returns the current killed connection count
int
Kills active timed out connections in the pool.
void
Destroys the current connection manager and replace it by a new one
-
-
Method Details
-
getName
Returns the pool name
- Since:
- 8.4
-
getConnectionCount
int getConnectionCount()
-
getIdleConnectionCount
int getIdleConnectionCount()
-
getBlockingTimeoutMilliseconds
int getBlockingTimeoutMilliseconds()
-
getIdleTimeoutMinutes
int getIdleTimeoutMinutes()
-
getActiveTimeoutMinutes
int getActiveTimeoutMinutes()
Returns the active timeout before the connection being killed.
- Since:
- 8.4
-
getKilledActiveConnectionCount
long getKilledActiveConnectionCount()
Returns the current killed connection count
- Since:
- 8.4
-
killActiveTimedoutConnections
int killActiveTimedoutConnections()
Kills active timed out connections in the pool. Returns the killed count.
- Since:
- 8.4
-
reset
void reset()
Destroys the current connection manager and replace it by a new one
- Since:
- 8.4