Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
net.spy.memcached.protocol.ascii |
Low-level operations for the memcached ascii protocol
|
net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
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,
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
MemcachedConnection . |
TapConnectionProvider(ConnectionFactory cf,
List<InetSocketAddress> addrs)
Get a tap client operating on the specified memcached locations.
|
Constructor and Description |
---|
TCPMemcachedNodeImpl(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) |
Constructor and Description |
---|
AsciiMemcachedNodeImpl(SocketAddress sa,
SocketChannel c,
int bufSize,
BlockingQueue<Operation> rq,
BlockingQueue<Operation> wq,
BlockingQueue<Operation> iq,
Long opQueueMaxBlockTimeNs,
long dt,
long at,
ConnectionFactory fa) |
Constructor and Description |
---|
BinaryMemcachedNodeImpl(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) |
Copyright © 2018. All rights reserved.