Uses of Enum Class
net.spy.memcached.tapmessage.TapResponseFlag
Packages that use TapResponseFlag
-
Uses of TapResponseFlag in net.spy.memcached.tapmessage
Subclasses with type arguments of type TapResponseFlag 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 TapResponseFlagModifier and TypeMethodDescriptionstatic TapResponseFlagReturns the enum constant of this class with the specified name.static TapResponseFlag[]TapResponseFlag.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 TapResponseFlagModifier and TypeMethodDescriptionResponseMessage.getFlags()Gets the value of the flags field.static List<TapResponseFlag> TapResponseFlag.getFlags(short f)