Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Method and Description |
---|---|
Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(DataHandler dataHandler,
Object metaData,
RedisCommand command,
Object... params) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(DataHandler dataHandler,
Object metaData,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(DataHandler dataHandler,
RedisCommand command,
Object... params) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(DataHandler dataHandler,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(Object metaData,
RedisCommand command,
Object... params) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(Object metaData,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(RedisCommandInfo command)
Submit a Redis Command.
|
abstract Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback)
Submit a Redis Command.
|
Future<RedisCommandInfo> |
AsyncRedisConnection.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
ShardedAsyncRedisClient.submitCommand(RedisCommandInfo commandInfo,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(RedisCommand command,
Object... params) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(RedisCommand command,
Object... params)
Submit a Redis Command.
|
Modifier and Type | Method and Description |
---|---|
Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(RedisCommandInfo command)
Submit a Redis Command.
|
void |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler) |
void |
AsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler)
Submit a Redis Command.
|
abstract Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback)
Submit a Redis Command.
|
Future<RedisCommandInfo> |
AsyncRedisConnection.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
ShardedAsyncRedisClient.submitCommand(RedisCommandInfo commandInfo,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
protected void |
RedisSubscriptionConnection.submitCommand(RedisCommandInfo commandInfo,
SubscriptionInfo subscriptionInfo)
Submit a Redis Subscribe or Unsubscribe Command.
|
Future<RedisCommandInfo[]> |
AbstractAsyncRedisClient.submitCommands(RedisCommandInfo[] commands) |
Future<RedisCommandInfo[]> |
AsyncRedisClient.submitCommands(RedisCommandInfo[] commands)
Submit multiple Redis Commands.
|
void |
AbstractAsyncRedisClient.submitCommands(RedisCommandInfo[] commands,
AsyncHandler<RedisCommandInfo[]> completionHandler) |
void |
AsyncRedisClient.submitCommands(RedisCommandInfo[] commands,
AsyncHandler<RedisCommandInfo[]> completionHandler)
Submit multiple Redis Commands.
|
abstract Future<RedisCommandInfo[]> |
AbstractAsyncRedisClient.submitCommands(RedisCommandInfo[] commands,
AsyncHandler<RedisCommandInfo[]> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo[]> |
AsyncRedisClient.submitCommands(RedisCommandInfo[] commands,
AsyncHandler<RedisCommandInfo[]> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback)
Submit multiple Redis Commands.
|
Future<RedisCommandInfo[]> |
AsyncRedisConnection.submitCommands(RedisCommandInfo[] commands,
AsyncHandler<RedisCommandInfo[]> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo[]> |
ShardedAsyncRedisClient.submitCommands(RedisCommandInfo[] commandInfos,
AsyncHandler<RedisCommandInfo[]> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
DataHandler dataHandler,
Object metaData,
RedisCommand command,
Object... params) |
void |
AsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
DataHandler dataHandler,
Object metaData,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
void |
AbstractAsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
DataHandler dataHandler,
RedisCommand command,
Object... params) |
void |
AsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
DataHandler dataHandler,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
void |
AbstractAsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
Object metaData,
RedisCommand command,
Object... params) |
void |
AsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
Object metaData,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
void |
AbstractAsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
RedisCommand command,
Object... params) |
void |
AsyncRedisClient.submitCommand(AsyncHandler<RedisCommandInfo> completionHandler,
RedisCommand command,
Object... params)
Submit a Redis Command.
|
void |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler) |
void |
AsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler)
Submit a Redis Command.
|
abstract Future<RedisCommandInfo> |
AbstractAsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
AsyncRedisClient.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback)
Submit a Redis Command.
|
Future<RedisCommandInfo> |
AsyncRedisConnection.submitCommand(RedisCommandInfo command,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Future<RedisCommandInfo> |
ShardedAsyncRedisClient.submitCommand(RedisCommandInfo commandInfo,
AsyncHandler<RedisCommandInfo> completionHandler,
boolean requireFutureResult,
boolean isSyncCallback) |
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.