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 TapOperationOperationFactory. tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)Creates a custom tap stream.TapStreamTapClient. 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 TapOperationAsciiOperationFactory. 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 RequestMessageTapCustomOperationImpl. messageMethods in net.spy.memcached.protocol.binary with parameters of type RequestMessage Modifier and Type Method Description TapOperationBinaryOperationFactory. 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 RequestMessageMessageBuilder. messageMethods in net.spy.memcached.tapmessage that return RequestMessage Modifier and Type Method Description RequestMessageMessageBuilder. getMessage()
-