|
|||||||||
| Home >> All >> org >> apache >> commons >> pool >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.pool.impl
Class GenericKeyedObjectPool.Config

java.lang.Objectorg.apache.commons.pool.impl.GenericKeyedObjectPool.Config
- Enclosing class:
- GenericKeyedObjectPool
- public static class GenericKeyedObjectPool.Config
- extends java.lang.Object
A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool.
| Field Summary | |
int |
maxActive
|
int |
maxIdle
|
int |
maxTotal
|
long |
maxWait
|
long |
minEvictableIdleTimeMillis
|
int |
numTestsPerEvictionRun
|
boolean |
testOnBorrow
|
boolean |
testOnReturn
|
boolean |
testWhileIdle
|
long |
timeBetweenEvictionRunsMillis
|
byte |
whenExhaustedAction
|
| Constructor Summary | |
GenericKeyedObjectPool.Config()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
maxIdle
public int maxIdle
maxActive
public int maxActive
maxTotal
public int maxTotal
maxWait
public long maxWait
whenExhaustedAction
public byte whenExhaustedAction
testOnBorrow
public boolean testOnBorrow
testOnReturn
public boolean testOnReturn
testWhileIdle
public boolean testWhileIdle
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
numTestsPerEvictionRun
public int numTestsPerEvictionRun
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
| Constructor Detail |
GenericKeyedObjectPool.Config
public GenericKeyedObjectPool.Config()
|
|||||||||
| Home >> All >> org >> apache >> commons >> pool >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config