Uses of Class
net.spy.memcached.ops.BaseOperationFactory

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

Subclasses of BaseOperationFactory in net.spy.memcached.protocol.ascii
 class AsciiOperationFactory
          Operation factory for the ascii protocol.
 

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

Subclasses of BaseOperationFactory in net.spy.memcached.protocol.binary
 class BinaryOperationFactory
          Factory for binary operations.