Uses of Enum
net.spy.memcached.tapmessage.TapRequestFlag
Packages that use TapRequestFlag
-
Uses of TapRequestFlag in net.spy.memcached.tapmessage
Methods in net.spy.memcached.tapmessage that return TapRequestFlagModifier and TypeMethodDescriptionstatic TapRequestFlagReturns 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 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.