Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
net.spy.memcached.protocol.ascii |
Low-level operations for the memcached ascii protocol
|
net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
net.spy.memcached.tapmessage |
Modifier and Type | Method and Description |
---|---|
TapOperation |
OperationFactory.tapAck(TapOpcode opcode,
int opaque,
OperationCallback cb)
Sends a tap ack message to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
TapOperation.Callback.gotAck(MemcachedNode node,
TapOpcode opcode,
int opaque) |
Modifier and Type | Method and Description |
---|---|
TapOperation |
AsciiOperationFactory.tapAck(TapOpcode opcode,
int opaque,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
TapOperation |
BinaryOperationFactory.tapAck(TapOpcode opcode,
int opaque,
OperationCallback cb) |
Modifier and Type | Field and Description |
---|---|
protected TapOpcode |
BaseMessage.opcode |
Modifier and Type | Method and Description |
---|---|
TapOpcode |
BaseMessage.getOpcode()
Gets the value of the tap messages opaque field.
|
TapOpcode |
TapAck.getOpcode() |
static TapOpcode |
TapOpcode.getOpcodeByByte(byte b) |
static TapOpcode |
TapOpcode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TapOpcode[] |
TapOpcode.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.setOpcode(TapOpcode o)
Sets the value of the tap messages opcode field.
|
Constructor and Description |
---|
TapAck(TapConnectionProvider conn,
MemcachedNode node,
TapOpcode opcode,
int opaque,
OperationCallback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.