Uses of Class
net.spy.memcached.tapmessage.TapMagic

Packages that use TapMagic
net.spy.memcached.tapmessage   
 

Uses of TapMagic in net.spy.memcached.tapmessage
 

Fields in net.spy.memcached.tapmessage declared as TapMagic
protected  TapMagic BaseMessage.magic
           
 

Methods in net.spy.memcached.tapmessage that return TapMagic
 TapMagic BaseMessage.getMagic()
          Gets the value of the tap messages magic field.
static TapMagic TapMagic.getMagicByByte(byte b)
           
static TapMagic TapMagic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TapMagic[] TapMagic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.spy.memcached.tapmessage with parameters of type TapMagic
 void BaseMessage.setMagic(TapMagic m)
          Sets the value of the tap messages magic field.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.