Uses of Interface
org.apache.commons.pool2.UsageTracking
Package
Description
Object pooling API implementations.
Object pooling proxy implementation.
-
Uses of UsageTracking in org.apache.commons.pool2.impl
Modifier and TypeClassDescriptionclass
A configurableKeyedObjectPool
implementation.class
A configurableObjectPool
implementation. -
Uses of UsageTracking in org.apache.commons.pool2.proxy
Modifier and TypeMethodDescriptionCglibProxySource.createProxy
(T pooledObject, UsageTracking<T> usageTracking) JdkProxySource.createProxy
(T pooledObject, UsageTracking<T> usageTracking)