|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TapFlag | |
|---|---|
| net.spy.memcached.tapmessage | |
| Uses of TapFlag in net.spy.memcached.tapmessage |
|---|
| Methods in net.spy.memcached.tapmessage that return TapFlag | |
|---|---|
static TapFlag |
TapFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TapFlag[] |
TapFlag.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 TapFlag | |
|---|---|
List<TapFlag> |
RequestMessage.getFlags()
Returns the flags for this message. |
List<TapFlag> |
ResponseMessage.getFlags()
Gets the value of the flags field. |
static List<TapFlag> |
TapFlag.getFlags(short f)
|
| Methods in net.spy.memcached.tapmessage with parameters of type TapFlag | |
|---|---|
void |
RequestMessage.setFlags(TapFlag f)
Sets the flags for the tap stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||