Uses of Interface
org.apache.commons.pool2.impl.EvictionPolicy
-
Uses of EvictionPolicy in org.apache.commons.pool2.impl
Modifier and TypeClassDescriptionclass
Provides the default implementation ofEvictionPolicy
used by the pools.Modifier and TypeMethodDescriptionBaseGenericObjectPool.getEvictionPolicy()
Gets theEvictionPolicy
defined for this pool.BaseObjectPoolConfig.getEvictionPolicy()
Gets the value for theevictionPolicyClass
configuration attribute for pools created with this configuration instance.Modifier and TypeMethodDescriptionvoid
BaseGenericObjectPool.setEvictionPolicy
(EvictionPolicy<T> evictionPolicy) Sets the eviction policy for this pool.void
BaseObjectPoolConfig.setEvictionPolicy
(EvictionPolicy<T> evictionPolicy) Sets the value for theevictionPolicyClass
configuration attribute for pools created with this configuration instance.