Uses of Class
net.spy.memcached.protocol.BaseOperationImpl

Packages that use BaseOperationImpl
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 BaseOperationImpl in net.spy.memcached.protocol.ascii
 

Subclasses of BaseOperationImpl in net.spy.memcached.protocol.ascii
 class ConcatenationOperationImpl
          Operation for ascii concatenations.
 class GetAndTouchOperationImpl
           
 

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

Subclasses of BaseOperationImpl in net.spy.memcached.protocol.binary
 class OptimizedSetImpl
           
 class SASLAuthOperationImpl
           
 class SASLBaseOperationImpl
           
 class SASLStepOperationImpl
           
 class StatsOperationImpl
           
 class TouchOperationImpl
          Operation to reset a timeout in Membase server.