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

Packages that use TapRequestFlag
net.spy.memcached.tapmessage   
 

Uses of TapRequestFlag in net.spy.memcached.tapmessage
 

Methods in net.spy.memcached.tapmessage that return TapRequestFlag
static TapRequestFlag TapRequestFlag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TapRequestFlag[] TapRequestFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.spy.memcached.tapmessage that return types with arguments of type TapRequestFlag
 java.util.List<TapRequestFlag> RequestMessage.getFlags()
          Returns the flags for this message.
static java.util.List<TapRequestFlag> TapRequestFlag.getFlags(short f)
           
 

Methods in net.spy.memcached.tapmessage with parameters of type TapRequestFlag
 void RequestMessage.setFlags(TapRequestFlag f)
          Sets the flags for the tap stream.
 



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