|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.output | |
| com.lambdaworks.redis.protocol | |
| com.lambdaworks.redis.pubsub | |
| Uses of Command in com.lambdaworks.redis |
|---|
| Fields in com.lambdaworks.redis with type parameters of type Command | |
|---|---|
protected BlockingQueue<Command<K,V,?>> |
RedisAsyncConnection.queue
|
| Methods in com.lambdaworks.redis that return Command | ||
|---|---|---|
|
RedisAsyncConnection.dispatch(CommandType type,
CommandOutput<K,V,T> output)
|
|
|
RedisAsyncConnection.dispatch(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args)
|
|
|
RedisAsyncConnection.dispatch(CommandType type,
CommandOutput<K,V,T> output,
K key)
|
|
|
RedisAsyncConnection.dispatch(CommandType type,
CommandOutput<K,V,T> output,
K key,
V value)
|
|
|
RedisAsyncConnection.dispatch(CommandType type,
CommandOutput<K,V,T> output,
K key,
V[] values)
|
|
| Methods in com.lambdaworks.redis with parameters of type Command | ||
|---|---|---|
|
RedisAsyncConnection.await(Command<K,V,T> cmd,
long timeout,
TimeUnit unit)
|
|
| Constructor parameters in com.lambdaworks.redis with type arguments of type Command | |
|---|---|
RedisAsyncConnection(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection. |
|
| Uses of Command in com.lambdaworks.redis.output |
|---|
| Methods in com.lambdaworks.redis.output with parameters of type Command | |
|---|---|
void |
MultiOutput.add(Command<K,V,?> cmd)
|
| Uses of Command in com.lambdaworks.redis.protocol |
|---|
| Fields in com.lambdaworks.redis.protocol with type parameters of type Command | |
|---|---|
protected BlockingQueue<Command<K,V,?>> |
CommandHandler.queue
|
| Constructor parameters in com.lambdaworks.redis.protocol with type arguments of type Command | |
|---|---|
CommandHandler(BlockingQueue<Command<K,V,?>> queue)
Initialize a new instance that handles commands from the supplied queue. |
|
| Uses of Command in com.lambdaworks.redis.pubsub |
|---|
| Constructor parameters in com.lambdaworks.redis.pubsub with type arguments of type Command | |
|---|---|
PubSubCommandHandler(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec)
Initialize a new instance. |
|
RedisPubSubConnection(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||