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 ResponseMessage
TapClient. getNextMessage()
Gets the next tap message from the queue of received tap messages.ResponseMessage
TapClient. 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 void
TapOperation.Callback. gotData(ResponseMessage message)
Callback for each result from a get.
-