Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactory |
MemcachedClient.connFactory |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
ConnectionFactoryBuilder.build()
Get the ConnectionFactory set up with the provided parameters.
|
Constructor and Description |
---|
ConnectionFactoryBuilder(ConnectionFactory cf) |
MemcachedClient(ConnectionFactory cf,
java.util.List<java.net.InetSocketAddress> addrs)
Get a memcache client over the specified memcached locations.
|
MemcachedConnection(int bufSize,
ConnectionFactory f,
java.util.List<java.net.InetSocketAddress> a,
java.util.Collection<ConnectionObserver> obs,
FailureMode fm,
OperationFactory opfactory)
Construct a memcached connection.
|
TapConnectionProvider(ConnectionFactory cf,
java.util.List<java.net.InetSocketAddress> addrs)
Get a tap client operating on the specified memcached locations.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.