Uses of Class
org.apache.commons.pool2.impl.BaseGenericObjectPool
-
Packages that use BaseGenericObjectPool Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of BaseGenericObjectPool in org.apache.commons.pool2.impl
Subclasses of BaseGenericObjectPool in org.apache.commons.pool2.impl Modifier and Type Class Description classGenericKeyedObjectPool<K,T>A configurableKeyedObjectPoolimplementation.classGenericObjectPool<T>A configurableObjectPoolimplementation.Methods in org.apache.commons.pool2.impl that return BaseGenericObjectPool Modifier and Type Method Description (package private) BaseGenericObjectPool<T>BaseGenericObjectPool.Evictor. owner()
-