Uses of Class
com.lambdaworks.redis.protocol.CommandType

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
<T> Command<K,V,T>
RedisAsyncConnection.dispatch(CommandType type, CommandOutput<K,V,T> output)
           
<T> Command<K,V,T>
RedisAsyncConnection.dispatch(CommandType type, CommandOutput<K,V,T> output, CommandArgs<K,V> args)
           
<T> Command<K,V,T>
RedisAsyncConnection.dispatch(CommandType type, CommandOutput<K,V,T> output, K key)
           
<T> Command<K,V,T>
RedisAsyncConnection.dispatch(CommandType type, CommandOutput<K,V,T> output, K key, V value)
           
<T> Command<K,V,T>
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.
 



Copyright © 2013. All Rights Reserved.