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 OperationFactoryConnectionFactoryBuilder. opFactprotected OperationFactoryMemcachedClient. opFactprivate OperationFactoryMemcachedConnection. opFactTheOperationFactoryto clone or create operations.protected OperationFactoryTapConnectionProvider. opFactMethods in net.spy.memcached that return OperationFactory Modifier and Type Method Description OperationFactoryBinaryConnectionFactory. getOperationFactory()OperationFactoryConnectionFactory. getOperationFactory()Get the operation factory for connections built by this connection factory.OperationFactoryDefaultConnectionFactory. getOperationFactory()OperationFactoryTapConnectionProvider. getOpFactory()Methods in net.spy.memcached with parameters of type OperationFactory Modifier and Type Method Description ConnectionFactoryBuilderConnectionFactoryBuilder. 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 OperationFactoryAuthThread. opFactMethods in net.spy.memcached.auth with parameters of type OperationFactory Modifier and Type Method Description voidAuthThreadMonitor. 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 classBaseOperationFactoryBase 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 classAsciiOperationFactoryOperation 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 classBinaryOperationFactoryFactory for binary operations.
-