See: Description
| Interface | Description |
|---|---|
| AsyncPoolMemberManager<E> |
Interface specifying a manager for
AsyncObjectPool objects. |
| AvailabeCallback<E> |
Callback interface to be passed when making an asyncBorrow call on an Object pool
|
| Class | Description |
|---|---|
| AsyncObjectPool<E> |
An fixed size Object pool with the feature of Async borrow used as connection pool by aredis for MULTI-EXEC transactions with WATCH commands.
|
| AsyncObjectPool.PoolMemberHolder<T> |
Class Holding pool members.
|
| LeakCheckingAsyncObjectPool<E> |
A Object Pool which prints an error log message when a object leak is detected.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.