Uses of Class
net.spy.memcached.FailureMode
-
Packages that use FailureMode Package Description net.spy.memcached Memcached client and transformation utils -
-
Uses of FailureMode in net.spy.memcached
Fields in net.spy.memcached declared as FailureMode Modifier and Type Field Description static FailureMode
DefaultConnectionFactory. DEFAULT_FAILURE_MODE
Default failure mode.protected FailureMode
ConnectionFactoryBuilder. failureMode
protected FailureMode
MemcachedConnection. failureMode
The configuredFailureMode
.Methods in net.spy.memcached that return FailureMode Modifier and Type Method Description FailureMode
ConnectionFactory. getFailureMode()
Get the default failure mode for the underlying connection.FailureMode
DefaultConnectionFactory. getFailureMode()
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.Methods in net.spy.memcached with parameters of type FailureMode Modifier and Type Method Description ConnectionFactoryBuilder
ConnectionFactoryBuilder. setFailureMode(FailureMode fm)
Set the failure mode.Constructors in net.spy.memcached with parameters of type FailureMode Constructor Description MemcachedConnection(int bufSize, ConnectionFactory f, java.util.List<java.net.InetSocketAddress> a, java.util.Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory)
Construct aMemcachedConnection
.
-