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 |
---|
Config() |
public boolean lifo
GenericKeyedObjectPool.setLifo(boolean)
public int maxActive
GenericKeyedObjectPool.setMaxActive(int)
public int maxIdle
GenericKeyedObjectPool.setMaxIdle(int)
public int maxTotal
GenericKeyedObjectPool.setMaxTotal(int)
public long maxWait
GenericKeyedObjectPool.setMaxWait(long)
public long minEvictableIdleTimeMillis
public int minIdle
GenericKeyedObjectPool.setMinIdle(int)
public int numTestsPerEvictionRun
public boolean testOnBorrow
public boolean testOnReturn
public boolean testWhileIdle
public long timeBetweenEvictionRunsMillis
public byte whenExhaustedAction
Copyright © 2001-2012 Apache Software Foundation. Documenation generated July 25 2016.