|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TapOperation | |
---|---|
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 |
Uses of TapOperation in net.spy.memcached |
---|
Methods in net.spy.memcached that return TapOperation | |
---|---|
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. |
Uses of TapOperation in net.spy.memcached.protocol.ascii |
---|
Methods in net.spy.memcached.protocol.ascii that return TapOperation | |
---|---|
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)
|
Uses of TapOperation in net.spy.memcached.protocol.binary |
---|
Classes in net.spy.memcached.protocol.binary that implement TapOperation | |
---|---|
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. |
Methods in net.spy.memcached.protocol.binary that return TapOperation | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |