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.
 

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

Subclasses of BaseOperationImpl in net.spy.memcached.protocol.binary
 class OptimizedSetImpl
           
 class StatsOperationImpl