public interface PoolingConfig
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActiveCount()
Return the number of active objects in the pool.
|
int |
getIdleCount()
Return the number of idle objects in the pool.
|
int |
getMaxSize()
Return the maximum size of the pool.
|
int getMaxSize()
int getActiveCount()
throws UnsupportedOperationException
UnsupportedOperationException - if not supported by the poolint getIdleCount()
throws UnsupportedOperationException
UnsupportedOperationException - if not supported by the pool