Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.auth |
Auth Utilities.
|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
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
|
net.spy.memcached.spring |
Modifier and Type | Field and Description |
---|---|
protected OperationFactory |
TapConnectionProvider.opFact |
protected OperationFactory |
MemcachedClient.opFact |
protected OperationFactory |
ConnectionFactoryBuilder.opFact |
Modifier and Type | Method and Description |
---|---|
OperationFactory |
DefaultConnectionFactory.getOperationFactory() |
OperationFactory |
ConnectionFactory.getOperationFactory()
Get the operation factory for connections built by this connection factory.
|
OperationFactory |
BinaryConnectionFactory.getOperationFactory() |
OperationFactory |
TapConnectionProvider.getOpFactory() |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setOpFact(OperationFactory f)
Set the operation factory.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthThreadMonitor.authConnection(MemcachedConnection conn,
OperationFactory opFact,
AuthDescriptor authDescriptor,
MemcachedNode node)
Authenticate a new connection.
|
Constructor and Description |
---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n) |
Modifier and Type | Class and Description |
---|---|
class |
BaseOperationFactory
Base class for operation factories.
|
Modifier and Type | Class and Description |
---|---|
class |
AsciiOperationFactory
Operation factory for the ascii protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperationFactory
Factory for binary operations.
|
Modifier and Type | Method and Description |
---|---|
void |
MemcachedClientFactoryBean.setOpFact(OperationFactory f) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.