`

This page allows you to manually administer each deployed instance of this JDBC

阅读更多
Shrink - reduces the number of connections in the connection pool to the maximum of either the currently reserved connections or the initial size.
Reset - resets the connection pool by shutting down and re-establishing all physical database connections.
Clear Statement Cache - clears the cache of prepared and callable statements maintained for each connection in the connection pool.
Suspend - disables the connection pool, suspending all operations on connections until the connection pool is re-enabled.
Force Suspend - forcibly disables the connection pool, suspending all operations on connections until the connection pool is re-enabled. All connections in use are closed and reopened.
Destroy - closes all database connections and deletes the configuration from the configuration file. If any connections from the pool are currently in use, the operation will fail.
Force Destroy - closes all database connections and deletes the configuration from the configuration file. All clients using connections from the connection pool are forcibly disconnected.
Resume - restores all access to and operations on the pool. (Only available after the connection pool is successfully suspended.)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics