Package | Description |
---|---|
org.apache.commons.pool2 |
Object pooling API.
|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseKeyedPooledObjectFactory<K,V>
A base implementation of
KeyedPooledObjectFactory . |
class |
BaseObjectPool<T>
A simple base implementation of
ObjectPool . |
class |
BasePooledObjectFactory<T>
A base implementation of
PoolableObjectFactory . |
Modifier and Type | Class and Description |
---|---|
class |
BaseGenericObjectPool<T>
Base class that provides common functionality for
GenericObjectPool
and GenericKeyedObjectPool . |
class |
BaseObjectPoolConfig<T>
Provides the implementation for the common attributes shared by the
sub-classes.
|
class |
GenericKeyedObjectPool<K,T>
A configurable
KeyedObjectPool implementation. |
class |
GenericKeyedObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for a
GenericKeyedObjectPool . |
class |
GenericObjectPool<T>
A configurable
ObjectPool implementation. |
class |
GenericObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for a
GenericObjectPool . |
class |
SoftReferenceObjectPool<T>
A
SoftReference based ObjectPool . |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.