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

Packages that use TapFlag
net.spy.memcached.tapmessage   
 

Uses of TapFlag in net.spy.memcached.tapmessage
 

Methods in net.spy.memcached.tapmessage that return TapFlag
static TapFlag TapFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TapFlag[] TapFlag.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 TapFlag
 void RequestMessage.setFlags(TapFlag f)
          Sets the flags for the tap stream.