|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TapRequestFlag | |
---|---|
net.spy.memcached.tapmessage |
Uses of TapRequestFlag in net.spy.memcached.tapmessage |
---|
Methods in net.spy.memcached.tapmessage that return TapRequestFlag | |
---|---|
static TapRequestFlag |
TapRequestFlag.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 | |
---|---|
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 | |
---|---|
void |
RequestMessage.setFlags(TapRequestFlag f)
Sets the flags for the tap stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |