Package | Description |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEvictionPolicy<T>
Provides the default implementation of
EvictionPolicy used by the
pools. |
Modifier and Type | Method and Description |
---|---|
protected EvictionPolicy<T> |
BaseGenericObjectPool.getEvictionPolicy()
Returns the
EvictionPolicy defined for this pool. |
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.