Package org.apache.commons.pool.impl
Class GenericKeyedObjectPool.Config
java.lang.Object
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
- Enclosing class:
GenericKeyedObjectPool<K,
V>
A simple "struct" encapsulating the
configuration information for a
GenericKeyedObjectPool
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
int
int
long
long
int
int
boolean
boolean
boolean
long
byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxIdle
public int maxIdle- See Also:
-
maxActive
public int maxActive- See Also:
-
maxTotal
public int maxTotal- See Also:
-
minIdle
public int minIdle- 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:
-
lifo
public boolean lifo- See Also:
-
-
Constructor Details
-
Config
public Config()
-