Uses of Enum Class
net.spy.memcached.FailureMode
Packages that use FailureMode
-
Uses of FailureMode in net.spy.memcached
Fields in net.spy.memcached declared as FailureModeModifier and TypeFieldDescriptionstatic final FailureMode
DefaultConnectionFactory.DEFAULT_FAILURE_MODE
Default failure mode.protected FailureMode
ConnectionFactoryBuilder.failureMode
protected final FailureMode
MemcachedConnection.failureMode
The configuredFailureMode
.Methods in net.spy.memcached that return FailureModeModifier and TypeMethodDescriptionConnectionFactory.getFailureMode()
Get the default failure mode for the underlying connection.DefaultConnectionFactory.getFailureMode()
static FailureMode
Returns the enum constant of this class with the specified name.static FailureMode[]
FailureMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached with parameters of type FailureModeModifier and TypeMethodDescriptionConnectionFactoryBuilder.setFailureMode
(FailureMode fm) Set the failure mode.Constructors in net.spy.memcached with parameters of type FailureModeModifierConstructorDescriptionMemcachedConnection
(int bufSize, ConnectionFactory f, List<InetSocketAddress> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection
.