Uses of Enum Class
net.spy.memcached.tapmessage.TapRequestFlag
Packages that use TapRequestFlag
-
Uses of TapRequestFlag in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage with type parameters of type TapRequestFlagMethods in net.spy.memcached.tapmessage that return TapRequestFlagModifier and TypeMethodDescriptionstatic TapRequestFlag
Returns the enum constant of this class with the specified name.static TapRequestFlag[]
TapRequestFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached.tapmessage that return types with arguments of type TapRequestFlagModifier and TypeMethodDescriptionRequestMessage.getFlags()
Returns the flags for this message.static List
<TapRequestFlag> TapRequestFlag.getFlags
(int f) Methods in net.spy.memcached.tapmessage with parameters of type TapRequestFlagModifier and TypeMethodDescriptionvoid
RequestMessage.setFlags
(TapRequestFlag f) Sets the flags for the tap stream.