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

Packages that use CommandArgs
com.lambdaworks.redis   
com.lambdaworks.redis.protocol   
 

Uses of CommandArgs in com.lambdaworks.redis
 

Methods in com.lambdaworks.redis with parameters of type CommandArgs
<T> Command<K,V,T>
RedisAsyncConnection.dispatch(CommandType type, CommandOutput<K,V,T> output, CommandArgs<K,V> args)
           
 

Uses of CommandArgs in com.lambdaworks.redis.protocol
 

Fields in com.lambdaworks.redis.protocol declared as CommandArgs
protected  CommandArgs<K,V> Command.args
           
 

Methods in com.lambdaworks.redis.protocol that return CommandArgs
 CommandArgs<K,V> CommandArgs.add(byte[] value)
           
 CommandArgs<K,V> CommandArgs.add(CommandKeyword keyword)
           
 CommandArgs<K,V> CommandArgs.add(CommandType type)
           
 CommandArgs<K,V> CommandArgs.add(double n)
           
 CommandArgs<K,V> CommandArgs.add(long n)
           
 CommandArgs<K,V> CommandArgs.add(Map<K,V> map)
           
 CommandArgs<K,V> CommandArgs.add(String s)
           
 CommandArgs<K,V> CommandArgs.addKey(K key)
           
 CommandArgs<K,V> CommandArgs.addKeys(K... keys)
           
 CommandArgs<K,V> CommandArgs.addValue(V value)
           
 CommandArgs<K,V> CommandArgs.addValues(V... values)
           
 

Constructors in com.lambdaworks.redis.protocol with parameters of type CommandArgs
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.