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(String id,
long date,
OperationCallback cb)
Creates a tap backfill stream.
|
TapOperation |
OperationFactory.tapCustom(String id,
RequestMessage message,
OperationCallback cb)
Creates a custom tap stream.
|
TapOperation |
OperationFactory.tapDump(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(String id,
long date,
OperationCallback cb) |
TapOperation |
AsciiOperationFactory.tapCustom(String id,
RequestMessage message,
OperationCallback cb) |
TapOperation |
AsciiOperationFactory.tapDump(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(String id,
long date,
OperationCallback cb) |
TapOperation |
BinaryOperationFactory.tapCustom(String id,
RequestMessage message,
OperationCallback cb) |
TapOperation |
BinaryOperationFactory.tapDump(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 © 2019. All rights reserved.