Uses of Interface
net.spy.memcached.OperationFactory
-
Packages that use OperationFactory Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.auth Auth Utilities.net.spy.memcached.ops Fundamental protocol operation interfacesnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol -
-
Uses of OperationFactory in net.spy.memcached
Fields in net.spy.memcached declared as OperationFactory Modifier and Type Field Description protected OperationFactory
ConnectionFactoryBuilder. opFact
protected OperationFactory
MemcachedClient. opFact
private OperationFactory
MemcachedConnection. opFact
TheOperationFactory
to clone or create operations.protected OperationFactory
TapConnectionProvider. opFact
Methods in net.spy.memcached that return OperationFactory Modifier and Type Method Description OperationFactory
BinaryConnectionFactory. getOperationFactory()
OperationFactory
ConnectionFactory. getOperationFactory()
Get the operation factory for connections built by this connection factory.OperationFactory
DefaultConnectionFactory. getOperationFactory()
OperationFactory
TapConnectionProvider. getOpFactory()
Methods in net.spy.memcached with parameters of type OperationFactory Modifier and Type Method Description ConnectionFactoryBuilder
ConnectionFactoryBuilder. setOpFact(OperationFactory f)
Set the operation factory.Constructors in net.spy.memcached with parameters of type OperationFactory Constructor Description MemcachedConnection(int bufSize, ConnectionFactory f, java.util.List<java.net.InetSocketAddress> a, java.util.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 OperationFactory Modifier and Type Field Description private OperationFactory
AuthThread. opFact
Methods in net.spy.memcached.auth with parameters of type OperationFactory Modifier and Type Method Description void
AuthThreadMonitor. authConnection(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node)
Authenticate a new connection.Constructors in net.spy.memcached.auth with parameters of type OperationFactory Constructor Description AuthThread(MemcachedConnection c, OperationFactory o, AuthDescriptor a, MemcachedNode n)
-
Uses of OperationFactory in net.spy.memcached.ops
Classes in net.spy.memcached.ops that implement OperationFactory Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
BinaryOperationFactory
Factory for binary operations.
-