K - the type of keys in this poolV - the type of objects held in this poolpublic interface KeyedObjectPoolFactory<K,V>
KeyedObjectPools.KeyedObjectPool| Modifier and Type | Method and Description | 
|---|---|
| KeyedObjectPool<K,V> | createPool()Create a new  KeyedObjectPool. | 
KeyedObjectPool<K,V> createPool() throws IllegalStateException
KeyedObjectPool.KeyedObjectPoolIllegalStateException - when this pool factory is not configured properlyCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.