Uses of Interface
net.spy.memcached.ops.TapOperation
-
Packages that use TapOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary Low-level operations for the memcached binary protocolnet.spy.memcached.tapmessage -
-
Uses of TapOperation in net.spy.memcached
Methods in net.spy.memcached that return TapOperation Modifier and Type Method Description TapOperationOperationFactory. tapAck(TapOpcode opcode, int opaque, OperationCallback cb)Sends a tap ack message to the server.TapOperationOperationFactory. tapBackfill(java.lang.String id, long date, OperationCallback cb)Creates a tap backfill stream.TapOperationOperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)Creates a custom tap stream.TapOperationOperationFactory. 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 Modifier and Type Method Description TapOperationAsciiOperationFactory. tapAck(TapOpcode opcode, int opaque, OperationCallback cb)TapOperationAsciiOperationFactory. tapBackfill(java.lang.String id, long date, OperationCallback cb)TapOperationAsciiOperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)TapOperationAsciiOperationFactory. 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 Modifier and Type Class Description classTapAckOperationImplImplementation of a tap ACK operation.classTapBackfillOperationImplImplementation of a tap backfill operation.classTapCustomOperationImplImplementation of a custom tap operation.classTapDumpOperationImplImplementation of a tap dump operation.classTapOperationImplAbstract implementation of a tap operation.Methods in net.spy.memcached.protocol.binary that return TapOperation Modifier and Type Method Description TapOperationBinaryOperationFactory. tapAck(TapOpcode opcode, int opaque, OperationCallback cb)TapOperationBinaryOperationFactory. tapBackfill(java.lang.String id, long date, OperationCallback cb)TapOperationBinaryOperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)TapOperationBinaryOperationFactory. tapDump(java.lang.String id, OperationCallback cb) -
Uses of TapOperation in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage with type parameters of type TapOperation Modifier and Type Field Description private java.util.List<TapOperation>TapStream. opsMethods in net.spy.memcached.tapmessage with parameters of type TapOperation Modifier and Type Method Description voidTapStream. addOp(TapOperation op)Add an operation to the stream of TAP messages which have been sent to the server.
-