Uses of Interface
net.spy.memcached.ops.GetAndTouchOperation.Callback

Packages that use GetAndTouchOperation.Callback
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 GetAndTouchOperation.Callback in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type GetAndTouchOperation.Callback
 GetAndTouchOperation OperationFactory.getAndTouch(java.lang.String key, int expiration, GetAndTouchOperation.Callback cb)
          Gets the value of a key and resets its timeout.
 

Uses of GetAndTouchOperation.Callback in net.spy.memcached.protocol.ascii
 

Methods in net.spy.memcached.protocol.ascii with parameters of type GetAndTouchOperation.Callback
 GetAndTouchOperation AsciiOperationFactory.getAndTouch(java.lang.String key, int expiration, GetAndTouchOperation.Callback cb)
           
 

Constructors in net.spy.memcached.protocol.ascii with parameters of type GetAndTouchOperation.Callback
GetAndTouchOperationImpl(java.lang.String c, int e, GetAndTouchOperation.Callback cb, java.lang.String k)
           
 

Uses of GetAndTouchOperation.Callback in net.spy.memcached.protocol.binary
 

Methods in net.spy.memcached.protocol.binary with parameters of type GetAndTouchOperation.Callback
 GetAndTouchOperation BinaryOperationFactory.getAndTouch(java.lang.String key, int expiration, GetAndTouchOperation.Callback cb)
           
 

Constructors in net.spy.memcached.protocol.binary with parameters of type GetAndTouchOperation.Callback
GetAndTouchOperationImpl(java.lang.String k, int e, GetAndTouchOperation.Callback cb)
           
 



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