Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Method and Description |
---|---|
List<RedisServerInfo> |
RedisServerListInfo.getServerList() |
Modifier and Type | Method and Description |
---|---|
int |
RedisServerInfo.compareTo(RedisServerInfo o) |
AsyncRedisConnection |
AsyncRedisFactory.getConnection(RedisServerInfo redisServerInfo)
Returns an AsycRedisConnection.
|
AsyncRedisConnection |
AsyncRedisFactory.getConnection(RedisServerInfo redisServerInfo,
Executor pexecutor)
Returns an AsycRedisConnection.
|
AsyncObjectPool<AsyncRedisConnection> |
AsyncRedisFactory.getConnectionPool(RedisServerInfo redisServerInfo)
Returns a connection pool for use in Redis Transactions with WATCH-MULTI-EXEC commands.
|
AsyncObjectPool<AsyncRedisConnection> |
AsyncRedisFactory.getConnectionPool(RedisServerInfo redisServerInfo,
Executor pexecutor)
Returns a connection pool for use in Redis Transactions with WATCH-MULTI-EXEC commands.
|
RedisSubscription |
AsyncRedisFactory.getSubscription(RedisServerInfo redisServerInfo)
Returns a RedisSubscription object for subscribing to messages and message patterns on the given Redis Server.
|
RedisSubscription |
AsyncRedisFactory.getSubscription(RedisServerInfo redisServerInfo,
Executor pexecutor)
Returns a RedisSubscription object for subscribing to messages and message patterns on the given Redis Server.
|
Constructor and Description |
---|
AsyncRedisConnectionPoolManager(AsyncSocketTransportFactory pconnectionFactory,
RedisServerInfo predisServerInfo,
Executor pexecutor,
int pshutdownDelay)
Creates a Pool Member manager with necessary information to create
AsyncRedisConnection objects. |
AsyncRedisConnectionPoolManager(RedisServerInfo pserverInfo,
Executor pexecutor) |
RedisClassDescriptorStorageFactory(RedisServerInfo redisServerInfo)
Creates a factory along with the
RedisClassDescriptorStorage to return. |
RedisClassDescriptorStorageFactory(RedisServerInfo redisServerInfo,
String pdescriptorsKey,
AsyncSocketTransportFactory asyncSocketTransportFactory)
Creates a factory along with the
RedisClassDescriptorStorage to return. |
RedisServerListInfo(RedisServerInfo[] pservers)
Creates a RedisServerListInfo from Individual RedisServerInfo's
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.