Uses of Class
net.spy.memcached.tapmessage.ResponseMessage
-
Packages that use ResponseMessage Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfaces -
-
Uses of ResponseMessage in net.spy.memcached
Methods in net.spy.memcached that return ResponseMessage Modifier and Type Method Description ResponseMessageTapClient. getNextMessage()Gets the next tap message from the queue of received tap messages.ResponseMessageTapClient. getNextMessage(long time, java.util.concurrent.TimeUnit timeunit)Gets the next tap message from the queue of received tap messages. -
Uses of ResponseMessage in net.spy.memcached.ops
Methods in net.spy.memcached.ops with parameters of type ResponseMessage Modifier and Type Method Description voidTapOperation.Callback. gotData(ResponseMessage message)Callback for each result from a get.
-