org.apache.commons.pool.impl
public static class GenericKeyedObjectPool.Config extends Object
GenericKeyedObjectPool
.Modifier and Type | Field and Description |
---|---|
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 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 June 28 2015.