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
.-
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 -
testOnBorrow
public boolean testOnBorrow -
testOnReturn
public boolean testOnReturn -
testWhileIdle
public boolean testWhileIdle -
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis -
numTestsPerEvictionRun
public int numTestsPerEvictionRun -
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis -
lifo
public boolean lifo- See Also:
-
-
Constructor Details
-
Config
public Config()
-