org.infinispan.client.hotrod.impl.transport.tcp
public class PropsKeyedObjectPoolFactory<K,V> extends org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory<K,V>
_factory, _lifo, _maxActive, _maxIdle, _maxTotal, _maxWait, _minEvictableIdleTimeMillis, _minIdle, _numTestsPerEvictionRun, _testOnBorrow, _testOnReturn, _testWhileIdle, _timeBetweenEvictionRunsMillis, _whenExhaustedAction
Constructor and Description |
---|
PropsKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory<K,V> factory,
Properties props) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(Properties p,
String name,
Object defaultValue) |
createPool, getFactory, getLifo, getMaxActive, getMaxIdle, getMaxTotal, getMaxWait, getMinEvictableIdleTimeMillis, getMinIdle, getNumTestsPerEvictionRun, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, getWhenExhaustedAction
public PropsKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory<K,V> factory, Properties props)
public Object getValue(Properties p, String name, Object defaultValue)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.