Class GenericKeyedObjectPoolConfig<T>

java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.impl.BaseObjectPoolConfig<T>
org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig<T>
Type Parameters:
T - Type of element pooled.
All Implemented Interfaces:
Cloneable

A simple structure encapsulating the configuration for a GenericKeyedObjectPool.

This class is not thread-safe; it is only intended to be used to provide attributes used when creating a pool.

Since:
2.0