Uses of Interface
net.spy.memcached.ops.TapOperation
Packages that use TapOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of TapOperation in net.spy.memcached
Methods in net.spy.memcached that return TapOperationModifier and TypeMethodDescriptionOperationFactory.tapAck(TapOpcode opcode, int opaque, OperationCallback cb) Sends a tap ack message to the server.OperationFactory.tapBackfill(String id, long date, OperationCallback cb) Creates a tap backfill stream.OperationFactory.tapCustom(String id, RequestMessage message, OperationCallback cb) Creates a custom tap stream.OperationFactory.tapDump(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 TapOperationModifier and TypeMethodDescriptionAsciiOperationFactory.tapAck(TapOpcode opcode, int opaque, OperationCallback cb) AsciiOperationFactory.tapBackfill(String id, long date, OperationCallback cb) AsciiOperationFactory.tapCustom(String id, RequestMessage message, OperationCallback cb) AsciiOperationFactory.tapDump(String id, OperationCallback cb) -
Uses of TapOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement TapOperationModifier and TypeClassDescriptionclassImplementation of a tap ACK operation.classImplementation of a tap backfill operation.classImplementation of a custom tap operation.classImplementation of a tap dump operation.classAbstract implementation of a tap operation.Methods in net.spy.memcached.protocol.binary that return TapOperationModifier and TypeMethodDescriptionBinaryOperationFactory.tapAck(TapOpcode opcode, int opaque, OperationCallback cb) BinaryOperationFactory.tapBackfill(String id, long date, OperationCallback cb) BinaryOperationFactory.tapCustom(String id, RequestMessage message, OperationCallback cb) BinaryOperationFactory.tapDump(String id, OperationCallback cb) -
Uses of TapOperation in net.spy.memcached.tapmessage
Methods in net.spy.memcached.tapmessage with parameters of type TapOperationModifier and TypeMethodDescriptionvoidTapStream.addOp(TapOperation op) Add an operation to the stream of TAP messages which have been sent to the server.