Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
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.
|
TapOperation |
OperationFactory.tapBackfill(java.lang.String id,
long date,
OperationCallback cb)
Creates a tap backfill stream.
|
TapOperation |
OperationFactory.tapCustom(java.lang.String id,
RequestMessage message,
OperationCallback cb)
Creates a custom tap stream.
|
TapOperation |
OperationFactory.tapDump(java.lang.String id,
OperationCallback cb)
Sends a tap dump message to the server.
|
Modifier and Type | Method and Description |
---|---|
TapOperation |
AsciiOperationFactory.tapAck(TapOpcode opcode,
int opaque,
OperationCallback cb) |
TapOperation |
AsciiOperationFactory.tapBackfill(java.lang.String id,
long date,
OperationCallback cb) |
TapOperation |
AsciiOperationFactory.tapCustom(java.lang.String id,
RequestMessage message,
OperationCallback cb) |
TapOperation |
AsciiOperationFactory.tapDump(java.lang.String id,
OperationCallback cb) |
Modifier and Type | Class and Description |
---|---|
class |
TapAckOperationImpl
Implementation of a tap ACK operation.
|
class |
TapBackfillOperationImpl
Implementation of a tap backfill operation.
|
class |
TapCustomOperationImpl
Implementation of a custom tap operation.
|
class |
TapDumpOperationImpl
Implementation of a tap dump operation.
|
class |
TapOperationImpl
Abstract implementation of a tap operation.
|
Modifier and Type | Method and Description |
---|---|
TapOperation |
BinaryOperationFactory.tapAck(TapOpcode opcode,
int opaque,
OperationCallback cb) |
TapOperation |
BinaryOperationFactory.tapBackfill(java.lang.String id,
long date,
OperationCallback cb) |
TapOperation |
BinaryOperationFactory.tapCustom(java.lang.String id,
RequestMessage message,
OperationCallback cb) |
TapOperation |
BinaryOperationFactory.tapDump(java.lang.String id,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
TapStream.addOp(TapOperation op)
Add an operation to the stream of TAP messages which have been sent to the
server.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.