| Package | Description |
|---|---|
| net.spy.memcached.tapmessage |
| Modifier and Type | Field and Description |
|---|---|
protected TapMagic |
BaseMessage.magic |
| Modifier and Type | Method and Description |
|---|---|
TapMagic |
BaseMessage.getMagic()
Gets the value of the tap messages magic field.
|
static TapMagic |
TapMagic.getMagicByByte(byte b) |
static TapMagic |
TapMagic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TapMagic[] |
TapMagic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMessage.setMagic(TapMagic m)
Sets the value of the tap messages magic field.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.