Uses of Enum
net.spy.memcached.FailureMode
Packages that use FailureMode
Package
Description
Memcached client and transformation utils
-
Uses of FailureMode in net.spy.memcached
Fields 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 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 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> socketAddressList, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection. -
Uses of FailureMode in net.spy.memcached.spring
Methods in net.spy.memcached.spring with parameters of type FailureMode