Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.pool2.impl Classes and Interfaces - 17 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
BaseObjectPoolConfigProvides the implementation for the common attributes shared by the sub-classes.Classorg.apache.commons.pool2.implApache 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
PooledSoftReferenceExtension of DefaultPooledObject to wrap pooled soft references.Classorg.apache.commons.pool2.implApache Commons
SoftReferenceObjectPoolA SoftReference based ObjectPool.Classorg.apache.commons.pool2.implApache Commons