public static class GenericKeyedObjectPool.Config
extends java.lang.Object
GenericKeyedObjectPool
.Modifier and Type | Field and Description |
---|---|
boolean |
lifo |
int |
maxActive |
int |
maxIdle |
int |
maxTotal |
long |
maxWait |
long |
minEvictableIdleTimeMillis |
int |
minIdle |
int |
numTestsPerEvictionRun |
boolean |
testOnBorrow |
boolean |
testOnReturn |
boolean |
testWhileIdle |
long |
timeBetweenEvictionRunsMillis |
byte |
whenExhaustedAction |
Constructor and Description |
---|
GenericKeyedObjectPool.Config() |
public boolean lifo
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
Copyright © 2001-2003 Apache Software Foundation. Documenation generated November 21 2014.