Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.util.pool |
Contains classes for an Asynchronous Object Pool which is used by aredis's connection pool.
|
Class and Description |
---|
AsyncObjectPool
An fixed size Object pool with the feature of Async borrow used as connection pool by aredis for MULTI-EXEC transactions with WATCH commands.
|
AsyncPoolMemberManager
Interface specifying a manager for
AsyncObjectPool objects. |
Class and Description |
---|
AsyncObjectPool
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
Class Holding pool members.
|
AsyncPoolMemberManager
Interface specifying a manager for
AsyncObjectPool objects. |
AvailabeCallback
Callback interface to be passed when making an asyncBorrow call on an Object pool
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.