Uses of Class
com.thimbleware.jmemcached.protocol.Op

Packages that use Op
com.thimbleware.jmemcached.protocol   
com.thimbleware.jmemcached.protocol.binary   
 

Uses of Op in com.thimbleware.jmemcached.protocol
 

Fields in com.thimbleware.jmemcached.protocol declared as Op
 Op CommandMessage.op
           
 

Methods in com.thimbleware.jmemcached.protocol that return Op
static Op Op.FindOp(org.jboss.netty.buffer.ChannelBuffer cmd)
           
static Op Op.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Op[] Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.thimbleware.jmemcached.protocol with parameters of type Op
static CommandMessage CommandMessage.command(Op operation)
           
 

Uses of Op in com.thimbleware.jmemcached.protocol.binary
 

Fields in com.thimbleware.jmemcached.protocol.binary declared as Op
 Op MemcachedBinaryCommandDecoder.BinaryOp.correspondingOp
           
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.