Uses of Enum Class
net.spy.memcached.tapmessage.TapRequestFlag
Packages that use TapRequestFlag
-
Uses of TapRequestFlag in net.spy.memcached.tapmessage
Subclasses with type arguments of type TapRequestFlag in net.spy.memcached.tapmessageModifier and TypeClassDescriptionenumThe Flag enum contains a list all of the different flags that can be passed in a tap message in the flag field.Methods in net.spy.memcached.tapmessage that return TapRequestFlagModifier and TypeMethodDescriptionstatic TapRequestFlagReturns 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 TypeMethodDescriptionvoidRequestMessage.setFlags(TapRequestFlag f) Sets the flags for the tap stream.