Uses of Class
net.spy.memcached.tapmessage.TapRequestFlag
-
Packages that use TapRequestFlag Package Description net.spy.memcached.tapmessage -
-
Uses of TapRequestFlag in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage with type parameters of type TapRequestFlag Modifier and Type Field Description private java.util.List<TapRequestFlag>RequestMessage. flagListMethods in net.spy.memcached.tapmessage that return TapRequestFlag Modifier and Type Method Description static TapRequestFlagTapRequestFlag. valueOf(java.lang.String name)Returns 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 TapRequestFlag Modifier and Type Method Description java.util.List<TapRequestFlag>RequestMessage. getFlags()Returns the flags for this message.static java.util.List<TapRequestFlag>TapRequestFlag. getFlags(int f)Methods in net.spy.memcached.tapmessage with parameters of type TapRequestFlag Modifier and Type Method Description voidRequestMessage. setFlags(TapRequestFlag f)Sets the flags for the tap stream.
-