Uses of Interface
net.spy.memcached.OperationFactory

Packages that use OperationFactory
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.ops Fundamental protocol operation interfaces 
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 OperationFactory in net.spy.memcached
 

Methods in net.spy.memcached that return OperationFactory
 OperationFactory BinaryConnectionFactory.getOperationFactory()
           
 OperationFactory ConnectionFactory.getOperationFactory()
          Get the operation factory for connections built by this connection factory.
 OperationFactory DefaultConnectionFactory.getOperationFactory()
           
 

Methods in net.spy.memcached with parameters of type OperationFactory
 ConnectionFactoryBuilder ConnectionFactoryBuilder.setOpFact(OperationFactory f)
          Set the operation factory.
 

Constructors in net.spy.memcached with parameters of type OperationFactory
MemcachedConnection(int bufSize, ConnectionFactory f, List<InetSocketAddress> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory)
          Construct a memcached connection.
 

Uses of OperationFactory in net.spy.memcached.ops
 

Classes in net.spy.memcached.ops that implement OperationFactory
 class BaseOperationFactory
          Base class for operation factories.
 

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

Classes in net.spy.memcached.protocol.ascii that implement OperationFactory
 class AsciiOperationFactory
          Operation factory for the ascii protocol.
 

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

Classes in net.spy.memcached.protocol.binary that implement OperationFactory
 class BinaryOperationFactory
          Factory for binary operations.