程序包 | 说明 |
---|---|
com.sh.pool.impl |
限定符和类型 | 方法和说明 |
---|---|
void |
GenericKeyedObjectPool.setConfig(GenericKeyedObjectPool.Config conf)
Sets the configuration.
|
构造器和说明 |
---|
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K,V> factory,
GenericKeyedObjectPool.Config config)
Create a new
GenericKeyedObjectPool using the specified values. |
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K,V> factory,
GenericKeyedObjectPool.Config config)
Create a new GenericKeyedObjectPoolFactory.
|