|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandType | |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.protocol | |
| Uses of CommandType in com.lambdaworks.redis |
|---|
| Methods in com.lambdaworks.redis with parameters of type CommandType | ||
|---|---|---|
|
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)
|
|
| Uses of CommandType in com.lambdaworks.redis.protocol |
|---|
| Fields in com.lambdaworks.redis.protocol declared as CommandType | |
|---|---|
CommandType |
Command.type
|
| Methods in com.lambdaworks.redis.protocol that return CommandType | |
|---|---|
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.lambdaworks.redis.protocol with parameters of type CommandType | |
|---|---|
CommandArgs<K,V> |
CommandArgs.add(CommandType type)
|
| Constructors in com.lambdaworks.redis.protocol with parameters of type CommandType | |
|---|---|
Command(CommandType type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args,
boolean multi)
Create a new command with the supplied type and args. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||