Class GenericObjectPool.Config
java.lang.Object
org.apache.commons.pool.impl.GenericObjectPool.Config
- Enclosing class:
GenericObjectPool<T>
A simple "struct" encapsulating the
configuration information for a
GenericObjectPool.- Since:
- Pool 1.0
- Version:
- $Revision: 1222396 $ $Date: 2011-12-22 14:02:25 -0500 (Thu, 22 Dec 2011) $
- Author:
- Rodney Waldhoff, Dirk Verbeeck, Sandy McArthur
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintintlonglongintintlongbooleanbooleanbooleanlongbyte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxIdle
public int maxIdle- See Also:
-
minIdle
public int minIdle- See Also:
-
maxActive
public int maxActive- See Also:
-
maxWait
public long maxWait- See Also:
-
whenExhaustedAction
public byte whenExhaustedAction- See Also:
-
testOnBorrow
public boolean testOnBorrow- See Also:
-
testOnReturn
public boolean testOnReturn- See Also:
-
testWhileIdle
public boolean testWhileIdle- See Also:
-
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis- See Also:
-
numTestsPerEvictionRun
public int numTestsPerEvictionRun- See Also:
-
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis- See Also:
-
softMinEvictableIdleTimeMillis
public long softMinEvictableIdleTimeMillis- See Also:
-
lifo
public boolean lifo- See Also:
-
-
Constructor Details
-
Config
public Config()
-