Uses of Class
net.spy.memcached.tapmessage.RequestMessage
Packages that use RequestMessage
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 RequestMessage in net.spy.memcached
Methods in net.spy.memcached with parameters of type RequestMessageModifier and TypeMethodDescriptionOperationFactory.tapCustom
(String id, RequestMessage message, OperationCallback cb) Creates a custom tap stream.TapClient.tapCustom
(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 RequestMessageModifier and TypeMethodDescriptionAsciiOperationFactory.tapCustom
(String id, RequestMessage message, OperationCallback cb) -
Uses of RequestMessage in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as RequestMessageMethods in net.spy.memcached.protocol.binary with parameters of type RequestMessageModifier and TypeMethodDescriptionBinaryOperationFactory.tapCustom
(String id, RequestMessage message, OperationCallback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type RequestMessageModifierConstructorDescription(package private)
TapCustomOperationImpl
(String id, RequestMessage message, OperationCallback cb) -
Uses of RequestMessage in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage declared as RequestMessageMethods in net.spy.memcached.tapmessage that return RequestMessage