Uses of Interface
org.apache.commons.pool.KeyedObjectPoolFactory
-
Packages that use KeyedObjectPoolFactory Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of KeyedObjectPoolFactory in org.apache.commons.pool.impl
Classes in org.apache.commons.pool.impl that implement KeyedObjectPoolFactory Modifier and Type Class Description classGenericKeyedObjectPoolFactory<K,V>A factory for creatingGenericKeyedObjectPoolinstances.classStackKeyedObjectPoolFactory<K,V>A factory for creatingStackKeyedObjectPoolinstances.
-