|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactory | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
Uses of ConnectionFactory in net.spy.memcached |
---|
Classes in net.spy.memcached that implement ConnectionFactory | |
---|---|
class |
BinaryConnectionFactory
Default connection factory for binary wire protocol connections. |
class |
DefaultConnectionFactory
Default implementation of ConnectionFactory. |
class |
KetamaConnectionFactory
ConnectionFactory instance that sets up a ketama compatible connection. |
Methods in net.spy.memcached that return ConnectionFactory | |
---|---|
ConnectionFactory |
ConnectionFactoryBuilder.build()
Get the ConnectionFactory set up with the provided parameters. |
Constructors in net.spy.memcached with parameters of type ConnectionFactory | |
---|---|
MemcachedClient(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 a memcached connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |