Uses of Enum Class
net.spy.memcached.FailureMode
Packages that use FailureMode
-
Uses of FailureMode in net.spy.memcached
Subclasses with type arguments of type FailureMode in net.spy.memcachedFields in net.spy.memcached declared as FailureModeModifier and TypeFieldDescriptionstatic final FailureModeDefaultConnectionFactory.DEFAULT_FAILURE_MODEDefault failure mode.protected FailureModeConnectionFactoryBuilder.failureModeprotected final FailureModeMemcachedConnection.failureModeThe configuredFailureMode.Methods in net.spy.memcached that return FailureModeModifier and TypeMethodDescriptionConnectionFactory.getFailureMode()Get the default failure mode for the underlying connection.DefaultConnectionFactory.getFailureMode()static FailureModeReturns 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.