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

Packages that use RequestMessage
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
net.spy.memcached.tapmessage   
 

Uses of RequestMessage in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type RequestMessage
 TapStream TapClient.tapCustom(java.lang.String id, RequestMessage message)
          Allows the user to specify a custom tap message.
 TapOperation OperationFactory.tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)
          Creates a custom tap stream.
 

Uses of RequestMessage in net.spy.memcached.protocol.ascii
 

Methods in net.spy.memcached.protocol.ascii with parameters of type RequestMessage
 TapOperation AsciiOperationFactory.tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)
           
 

Uses of RequestMessage in net.spy.memcached.protocol.binary
 

Methods in net.spy.memcached.protocol.binary with parameters of type RequestMessage
 TapOperation BinaryOperationFactory.tapCustom(java.lang.String id, RequestMessage message, OperationCallback cb)
           
 

Uses of RequestMessage in net.spy.memcached.tapmessage
 

Methods in net.spy.memcached.tapmessage that return RequestMessage
 RequestMessage MessageBuilder.getMessage()
           
 



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