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

Packages that use TapStream
net.spy.memcached Memcached client and transformation utils 
 

Uses of TapStream in net.spy.memcached
 

Fields in net.spy.memcached with type parameters of type TapStream
protected  java.util.HashMap<TapStream,TapConnectionProvider> TapClient.omap
           
 

Methods in net.spy.memcached that return TapStream
 TapStream TapClient.tapCustom(java.lang.String id, RequestMessage message)
          Allows the user to specify a custom tap message.
 TapStream TapClient.tapDump(java.lang.String id)
          Specifies a tap stream that will take a snapshot of items in memcached and send them through a tap stream.
 



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