Uses of Class
net.spy.memcached.tapmessage.TapResponseFlag
-
Packages that use TapResponseFlag Package Description net.spy.memcached.tapmessage -
-
Uses of TapResponseFlag in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage with type parameters of type TapResponseFlag Modifier and Type Field Description private java.util.List<TapResponseFlag>
ResponseMessage. flags
Methods in net.spy.memcached.tapmessage that return TapResponseFlag Modifier and Type Method Description static TapResponseFlag
TapResponseFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TapResponseFlag[]
TapResponseFlag. 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 TapResponseFlag Modifier and Type Method Description java.util.List<TapResponseFlag>
ResponseMessage. getFlags()
Gets the value of the flags field.static java.util.List<TapResponseFlag>
TapResponseFlag. getFlags(short f)
-