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 OperationFactory
ConnectionFactoryBuilder.opFact
protected final OperationFactory
MemcachedClient.opFact
private final OperationFactory
MemcachedConnection.opFact
TheOperationFactory
to clone or create operations.protected final OperationFactory
TapConnectionProvider.opFact
Methods 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> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection
. -
Uses of OperationFactory in net.spy.memcached.auth
Fields in net.spy.memcached.auth declared as OperationFactoryMethods in net.spy.memcached.auth with parameters of type OperationFactoryModifier and TypeMethodDescriptionvoid
AuthThreadMonitor.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 TypeClassDescriptionclass
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