Uses of Interface
net.spy.memcached.OperationFactory
Packages that use OperationFactory
Package
Description
Memcached client and transformation utils
Auth Utilities.
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of OperationFactory in net.spy.memcached
Fields in net.spy.memcached declared as OperationFactoryModifier and TypeFieldDescriptionprotected OperationFactoryConnectionFactoryBuilder.opFactprotected final OperationFactoryMemcachedClient.opFactprotected final OperationFactoryTapConnectionProvider.opFactMethods in net.spy.memcached that return OperationFactoryModifier and TypeMethodDescriptionBinaryConnectionFactory.getOperationFactory()ConnectionFactory.getOperationFactory()Get the operation factory for connections built by this connection factory.DefaultConnectionFactory.getOperationFactory()TapConnectionProvider.getOpFactory()Methods in net.spy.memcached with parameters of type OperationFactoryModifier and TypeMethodDescriptionConnectionFactoryBuilder.setOpFact(OperationFactory f) Set the operation factory.Constructors in net.spy.memcached with parameters of type OperationFactoryModifierConstructorDescriptionMemcachedConnection(int bufSize, ConnectionFactory f, List<InetSocketAddress> socketAddressList, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection. -
Uses of OperationFactory in net.spy.memcached.auth
Methods in net.spy.memcached.auth with parameters of type OperationFactoryModifier and TypeMethodDescriptionvoidAuthThreadMonitor.authConnection(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node) Authenticate a new connection.Constructors in net.spy.memcached.auth with parameters of type OperationFactoryModifierConstructorDescription -
Uses of OperationFactory in net.spy.memcached.ops
Classes in net.spy.memcached.ops that implement OperationFactory -
Uses of OperationFactory in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement OperationFactoryModifier and TypeClassDescriptionclassOperation factory for the ascii protocol. -
Uses of OperationFactory in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement OperationFactory -
Uses of OperationFactory in net.spy.memcached.spring
Methods in net.spy.memcached.spring with parameters of type OperationFactory