| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.pool.impl.GenericKeyedObjectPool.Configpublic static class GenericKeyedObjectPool.Configextends ObjectGenericKeyedObjectPool.
Field Summary | |
int | |
int | |
int | |
long | |
long | |
int | |
int | |
boolean | |
boolean | |
boolean | |
long | |
byte | |
public int maxActive
public int maxIdle
public int maxTotal
public long maxWait
public long minEvictableIdleTimeMillis
public int minIdle
public int numTestsPerEvictionRun
public boolean testOnBorrow
public boolean testOnReturn
public boolean testWhileIdle
public long timeBetweenEvictionRunsMillis
public byte whenExhaustedAction