Uses of Interface
net.spy.memcached.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
Memcached client and transformation utils
Base classes for protocol abstractions.
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of ConnectionFactory in net.spy.memcached
Classes in net.spy.memcached that implement ConnectionFactoryModifier and TypeClassDescriptionclass
Default connection factory for binary wire protocol connections.class
Default implementation of ConnectionFactory.class
ConnectionFactory instance that sets up a ketama compatible connection.Fields in net.spy.memcached declared as ConnectionFactoryModifier and TypeFieldDescriptionprivate final ConnectionFactory
MemcachedConnection.connectionFactory
The connection factory to createMemcachedNode
s from.protected final ConnectionFactory
MemcachedClient.connFactory
Methods in net.spy.memcached that return ConnectionFactoryModifier and TypeMethodDescriptionConnectionFactoryBuilder.build()
Get the ConnectionFactory set up with the provided parameters.Constructors in net.spy.memcached with parameters of type ConnectionFactoryModifierConstructorDescriptionMemcachedClient
(ConnectionFactory cf, List<InetSocketAddress> addrs) Get a memcache client over the specified memcached locations.MemcachedConnection
(int bufSize, ConnectionFactory f, List<InetSocketAddress> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection
.TapConnectionProvider
(ConnectionFactory cf, List<InetSocketAddress> addrs) Get a tap client operating on the specified memcached locations. -
Uses of ConnectionFactory in net.spy.memcached.protocol
Fields in net.spy.memcached.protocol declared as ConnectionFactoryModifier and TypeFieldDescriptionprivate final ConnectionFactory
TCPMemcachedNodeImpl.connectionFactory
Constructors in net.spy.memcached.protocol with parameters of type ConnectionFactoryModifierConstructorDescriptionTCPMemcachedNodeImpl
(SocketAddress sa, SocketChannel c, int bufSize, BlockingQueue<Operation> rq, BlockingQueue<Operation> wq, BlockingQueue<Operation> iq, long opQueueMaxBlockTime, boolean waitForAuth, long dt, long authWaitTime, ConnectionFactory fact) -
Uses of ConnectionFactory in net.spy.memcached.protocol.ascii
Constructors in net.spy.memcached.protocol.ascii with parameters of type ConnectionFactoryModifierConstructorDescriptionAsciiMemcachedNodeImpl
(SocketAddress sa, SocketChannel c, int bufSize, BlockingQueue<Operation> rq, BlockingQueue<Operation> wq, BlockingQueue<Operation> iq, Long opQueueMaxBlockTimeNs, long dt, long at, ConnectionFactory fa) -
Uses of ConnectionFactory in net.spy.memcached.protocol.binary
Constructors in net.spy.memcached.protocol.binary with parameters of type ConnectionFactoryModifierConstructorDescriptionBinaryMemcachedNodeImpl
(SocketAddress sa, SocketChannel c, int bufSize, BlockingQueue<Operation> rq, BlockingQueue<Operation> wq, BlockingQueue<Operation> iq, Long opQueueMaxBlockTimeNs, boolean waitForAuth, long dt, long at, ConnectionFactory fa)