org.apache.commons.pool.impl
public static class GenericKeyedObjectPool.Config extends Object
See Also: GenericKeyedObjectPool GenericKeyedObjectPool
| Field Summary | |
|---|---|
| int | maxActive |
| int | maxIdle |
| int | maxTotal |
| long | maxWait |
| long | minEvictableIdleTimeMillis |
| int | minIdle |
| int | numTestsPerEvictionRun |
| boolean | testOnBorrow |
| boolean | testOnReturn |
| boolean | testWhileIdle |
| long | timeBetweenEvictionRunsMillis |
| byte | whenExhaustedAction |