A simple "struct" encapsulating the
configuration information for a
.
| Field Summary |
|---|
| public int | maxIdle | Also see:
- GenericKeyedObjectPool#setMaxIdle
|
| public int | maxActive | Also see:
- GenericKeyedObjectPool#setMaxActive
|
| public int | maxTotal | Also see:
- GenericKeyedObjectPool#setMaxTotal
|
| public int | minIdle | Also see:
- GenericKeyedObjectPool#setMinIdle
|
| public long | maxWait | Also see:
- GenericKeyedObjectPool#setMaxWait
|
| public byte | whenExhaustedAction | Also see:
- GenericKeyedObjectPool#setWhenExhaustedAction
|
| public boolean | testOnBorrow | Also see:
- GenericKeyedObjectPool#setTestOnBorrow
|
| public boolean | testOnReturn | Also see:
- GenericKeyedObjectPool#setTestOnReturn
|
| public boolean | testWhileIdle | Also see:
- GenericKeyedObjectPool#setTestWhileIdle
|
| public long | timeBetweenEvictionRunsMillis | Also see:
- GenericKeyedObjectPool#setTimeBetweenEvictionRunsMillis
|
| public int | numTestsPerEvictionRun | Also see:
- GenericKeyedObjectPool#setNumTestsPerEvictionRun
|
| public long | minEvictableIdleTimeMillis | Also see:
- GenericKeyedObjectPool#setMinEvictableIdleTimeMillis
|
| public boolean | lifo | Also see:
- GenericKeyedObjectPool#setLifo
|