|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationFactory | |
---|---|
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 |
Uses of OperationFactory in net.spy.memcached |
---|
Fields in net.spy.memcached declared as OperationFactory | |
---|---|
protected OperationFactory |
TapConnectionProvider.opFact
|
protected OperationFactory |
MemcachedClient.opFact
|
protected OperationFactory |
ConnectionFactoryBuilder.opFact
|
Methods in net.spy.memcached that return OperationFactory | |
---|---|
OperationFactory |
DefaultConnectionFactory.getOperationFactory()
|
OperationFactory |
ConnectionFactory.getOperationFactory()
Get the operation factory for connections built by this connection factory. |
OperationFactory |
BinaryConnectionFactory.getOperationFactory()
|
OperationFactory |
TapConnectionProvider.getOpFactory()
|
Methods in net.spy.memcached with parameters of type OperationFactory | |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setOpFact(OperationFactory f)
Set the operation factory. |
Constructors in net.spy.memcached with parameters of type OperationFactory | |
---|---|
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. |
Uses of OperationFactory in net.spy.memcached.auth |
---|
Methods in net.spy.memcached.auth with parameters of type OperationFactory | |
---|---|
void |
AuthThreadMonitor.authConnection(MemcachedConnection conn,
OperationFactory opFact,
AuthDescriptor authDescriptor,
MemcachedNode node)
Authenticate a new connection. |
Constructors in net.spy.memcached.auth with parameters of type OperationFactory | |
---|---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n)
|
Uses of OperationFactory in net.spy.memcached.ops |
---|
Classes in net.spy.memcached.ops that implement OperationFactory | |
---|---|
class |
BaseOperationFactory
Base class for operation factories. |
Uses of OperationFactory in net.spy.memcached.protocol.ascii |
---|
Classes in net.spy.memcached.protocol.ascii that implement OperationFactory | |
---|---|
class |
AsciiOperationFactory
Operation factory for the ascii protocol. |
Uses of OperationFactory in net.spy.memcached.protocol.binary |
---|
Classes in net.spy.memcached.protocol.binary that implement OperationFactory | |
---|---|
class |
BinaryOperationFactory
Factory for binary operations. |
Uses of OperationFactory in net.spy.memcached.spring |
---|
Methods in net.spy.memcached.spring with parameters of type OperationFactory | |
---|---|
void |
MemcachedClientFactoryBean.setOpFact(OperationFactory f)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |