Uses of Class
net.spy.memcached.tapmessage.RequestMessage
-
Packages that use RequestMessage 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 RequestMessage in net.spy.memcached
Methods in net.spy.memcached with parameters of type RequestMessage Modifier and Type Method Description TapOperation
OperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)
Creates a custom tap stream.TapStream
TapClient. tapCustom(java.lang.String id, RequestMessage message)
Allows the user to specify a custom tap message. -
Uses of RequestMessage in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type RequestMessage Modifier and Type Method Description TapOperation
AsciiOperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)
-
Uses of RequestMessage in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as RequestMessage Modifier and Type Field Description private RequestMessage
TapCustomOperationImpl. message
Methods in net.spy.memcached.protocol.binary with parameters of type RequestMessage Modifier and Type Method Description TapOperation
BinaryOperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)
Constructors in net.spy.memcached.protocol.binary with parameters of type RequestMessage Constructor Description TapCustomOperationImpl(java.lang.String id, RequestMessage message, OperationCallback cb)
-
Uses of RequestMessage in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage declared as RequestMessage Modifier and Type Field Description private RequestMessage
MessageBuilder. message
Methods in net.spy.memcached.tapmessage that return RequestMessage Modifier and Type Method Description RequestMessage
MessageBuilder. getMessage()
-