Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.pool2 Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
AbandonedConfigConfiguration settings for abandoned object removal.Classorg.apache.commons.pool2.implApache Commons
BaseGenericObjectPoolBase class that provides common functionality for GenericObjectPool and GenericKeyedObjectPool.Classorg.apache.commons.pool2.implApache Commons
BaseKeyedPooledObjectFactoryA base implementation of KeyedPooledObjectFactory.Classorg.apache.commons.pool2Apache Commons
BaseObjectPoolA simple base implementation of ObjectPool.Classorg.apache.commons.pool2Apache Commons
BaseObjectPoolConfigProvides the implementation for the common attributes shared by the sub-classes.Classorg.apache.commons.pool2.implApache Commons
BasePooledObjectFactoryA base implementation of PoolableObjectFactory.Classorg.apache.commons.pool2Apache Commons
CglibProxySourceProvides proxy objects using CGLib.Classorg.apache.commons.pool2.proxyApache Commons
DefaultEvictionPolicyProvides the default implementation of EvictionPolicy used by the pools.Classorg.apache.commons.pool2.implApache Commons
DefaultPooledObjectThis wrapper is used to track the additional information, such as state, for the pooled objects.Classorg.apache.commons.pool2.implApache Commons
DefaultPooledObjectInfoClassorg.apache.commons.pool2.implApache Commons
DefaultPooledObjectInfoMBeanThe interface that defines the information about pooled objects that will be NOTE: This interface exists only to define those attributes and methods thatInterfaceorg.apache.commons.pool2.implApache Commons
EvictionConfigThis class is used by pool implementations to pass configuration information to EvictionPolicy instances.Classorg.apache.commons.pool2.implApache Commons
EvictionPolicyTo provide a custom eviction policy (i.Interfaceorg.apache.commons.pool2.implApache Commons
GenericKeyedObjectPoolA configurable KeyedObjectPool implementation.Classorg.apache.commons.pool2.implApache Commons
GenericKeyedObjectPoolConfigA simple struct encapsulating the configuration for a GenericKeyedObjectPool.Classorg.apache.commons.pool2.implApache Commons
GenericKeyedObjectPoolMXBeanDefines the methods that will be made available via JMX.Interfaceorg.apache.commons.pool2.implApache Commons
GenericObjectPoolA configurable ObjectPool implementation.Classorg.apache.commons.pool2.implApache Commons
GenericObjectPoolConfigA simple struct encapsulating the configuration for a This class is not thread-safe; it is only intended to be used to provideClassorg.apache.commons.pool2.implApache Commons
GenericObjectPoolMXBeanDefines the methods that will be made available via JMX.Interfaceorg.apache.commons.pool2.implApache Commons
JdkProxySourceProvides proxy objects using Java reflection.Classorg.apache.commons.pool2.proxyApache Commons
KeyedObjectPoolA keyed pooling interface.Interfaceorg.apache.commons.pool2Apache Commons
KeyedPooledObjectFactoryAn interface defining life-cycle methods for instances to be served by a KeyedObjectPool.Interfaceorg.apache.commons.pool2Apache Commons
ObjectPoolA pooling simple interface.Interfaceorg.apache.commons.pool2Apache Commons
PooledObjectDefines the wrapper that is used to track the additional information, such as state, for the pooled objects.Interfaceorg.apache.commons.pool2Apache Commons
PooledObjectFactoryAn interface defining life-cycle methods for instances to be served by an By contract, when an ObjectPool delegates to aInterfaceorg.apache.commons.pool2Apache Commons
PooledObjectStateenum PooledObjectStateProvides the possible states that a PooledObject may be in.Classorg.apache.commons.pool2Apache Commons
PooledSoftReferenceExtension of DefaultPooledObject to wrap pooled soft references.Classorg.apache.commons.pool2.implApache Commons
PoolUtilsThis class consists exclusively of static methods that operate on or return ObjectPool or KeyedObjectPool related interfaces.Classorg.apache.commons.pool2Apache Commons
ProxiedKeyedObjectPoolCreate a new keyed object pool where the pooled objects are wrapped in proxies allowing better control of pooled objects and in particular theClassorg.apache.commons.pool2.proxyApache Commons
ProxiedObjectPoolCreate a new object pool where the pooled objects are wrapped in proxies allowing better control of pooled objects and in particular the preventionClassorg.apache.commons.pool2.proxyApache Commons
SoftReferenceObjectPoolA SoftReference based ObjectPool.Classorg.apache.commons.pool2.implApache Commons
SwallowedExceptionListenerPools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens.Interfaceorg.apache.commons.pool2Apache Commons
TrackedUseThis interface allows pooled objects to make information available about when and how they were used available to the object pool.Interfaceorg.apache.commons.pool2Apache Commons
UsageTrackingThis interface may be implemented by an object pool to enable clients (primarily those clients that wrap pools to provide pools with extendedInterfaceorg.apache.commons.pool2Apache Commons