Uses of Class
org.idevlab.rjc.protocol.Protocol.Command

Packages that use Protocol.Command
org.idevlab.rjc.ds   
org.idevlab.rjc.protocol   
 

Uses of Protocol.Command in org.idevlab.rjc.ds
 

Methods in org.idevlab.rjc.ds with parameters of type Protocol.Command
 void RedisConnection.sendCommand(Protocol.Command cmd)
           
 void RedisConnection.sendCommand(Protocol.Command cmd, byte[]... args)
           
 void RedisConnection.sendCommand(Protocol.Command cmd, String... args)
           
 

Uses of Protocol.Command in org.idevlab.rjc.protocol
 

Methods in org.idevlab.rjc.protocol that return Protocol.Command
static Protocol.Command Protocol.Command.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protocol.Command[] Protocol.Command.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.idevlab.rjc.protocol with parameters of type Protocol.Command
 void Protocol.sendCommand(RedisOutputStream os, Protocol.Command command, byte[]... args)
           
 



Copyright © 2011. All Rights Reserved.