org.apache.commons.pool.impl
Class GenericKeyedObjectPool.Config
java.lang.Object
   org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
- Enclosing class:
- GenericKeyedObjectPool
- public static class GenericKeyedObjectPool.Config 
- extends java.lang.Object
A simple "struct" encapsulating the
 configuration information for a GenericKeyedObjectPool.
- See Also:
- GenericKeyedObjectPool.GenericKeyedObjectPool(KeyedPoolableObjectFactory,GenericKeyedObjectPool.Config),- GenericKeyedObjectPool.setConfig(org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
lifo
public boolean lifo
- See Also:
- GenericKeyedObjectPool.setLifo(boolean)
maxActive
public int maxActive
- See Also:
- GenericKeyedObjectPool.setMaxActive(int)
maxIdle
public int maxIdle
- See Also:
- GenericKeyedObjectPool.setMaxIdle(int)
maxTotal
public int maxTotal
- See Also:
- GenericKeyedObjectPool.setMaxTotal(int)
maxWait
public long maxWait
- See Also:
- GenericKeyedObjectPool.setMaxWait(long)
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
- See Also:
- GenericKeyedObjectPool.setMinEvictableIdleTimeMillis(long)
minIdle
public int minIdle
- See Also:
- GenericKeyedObjectPool.setMinIdle(int)
numTestsPerEvictionRun
public int numTestsPerEvictionRun
- See Also:
- GenericKeyedObjectPool.setNumTestsPerEvictionRun(int)
testOnBorrow
public boolean testOnBorrow
- See Also:
- GenericKeyedObjectPool.setTestOnBorrow(boolean)
testOnReturn
public boolean testOnReturn
- See Also:
- GenericKeyedObjectPool.setTestOnReturn(boolean)
testWhileIdle
public boolean testWhileIdle
- See Also:
- GenericKeyedObjectPool.setTestWhileIdle(boolean)
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
- See Also:
- GenericKeyedObjectPool.setTimeBetweenEvictionRunsMillis(long)
whenExhaustedAction
public byte whenExhaustedAction
- See Also:
- GenericKeyedObjectPool.setWhenExhaustedAction(byte)
GenericKeyedObjectPool.Config
public GenericKeyedObjectPool.Config()
Copyright © 2001-2003 Apache Software Foundation. Documenation generated August 27 2017.