Uses of Interface
net.spy.memcached.ops.ObserveOperation

Packages that use ObserveOperation
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 
 

Uses of ObserveOperation in net.spy.memcached
 

Methods in net.spy.memcached that return ObserveOperation
 ObserveOperation OperationFactory.observe(java.lang.String key, long casId, int index, ObserveOperation.Callback operationCallback)
          Create an Observe operation.
 

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

Methods in net.spy.memcached.protocol.ascii that return ObserveOperation
 ObserveOperation AsciiOperationFactory.observe(java.lang.String key, long casId, int index, ObserveOperation.Callback cb)
           
 

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

Methods in net.spy.memcached.protocol.binary that return ObserveOperation
 ObserveOperation BinaryOperationFactory.observe(java.lang.String key, long casId, int index, ObserveOperation.Callback cb)
           
 



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