hunt.pool.impl.BaseGenericObjectPool

Undocumented in source.

Members

Classes

BaseGenericObjectPool
class BaseGenericObjectPool

Base class that provides common functionality for {@link GenericObjectPool} and {@link GenericKeyedObjectPool}. The primary reason this class exists is reduce code duplication between the two pool implementations.

EvictionIterator
class EvictionIterator

The idle object eviction iterator. Holds a reference to the idle objects.

IdentityWrapper
class IdentityWrapper(T)

Wrapper for objects under management by the pool.

Meta