Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.spring |
Modifier and Type | Field and Description |
---|---|
static FailureMode |
DefaultConnectionFactory.DEFAULT_FAILURE_MODE
Default failure mode.
|
protected FailureMode |
MemcachedConnection.failureMode
The configured
FailureMode . |
protected FailureMode |
ConnectionFactoryBuilder.failureMode |
Modifier and Type | Method and Description |
---|---|
FailureMode |
DefaultConnectionFactory.getFailureMode() |
FailureMode |
ConnectionFactory.getFailureMode()
Get the default failure mode for the underlying connection.
|
static FailureMode |
FailureMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FailureMode[] |
FailureMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setFailureMode(FailureMode fm)
Set the failure mode.
|
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
MemcachedConnection . |
Modifier and Type | Method and Description |
---|---|
void |
MemcachedClientFactoryBean.setFailureMode(FailureMode fm) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.