Uses of Class
net.spy.memcached.tapmessage.ResponseMessage

Packages that use ResponseMessage
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.ops Fundamental protocol operation interfaces 
 

Uses of ResponseMessage in net.spy.memcached
 

Methods in net.spy.memcached that return ResponseMessage
 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
 void TapOperation.Callback.gotData(ResponseMessage message)
          Callback for each result from a get.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.