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 FailureModeDefaultConnectionFactory. DEFAULT_FAILURE_MODEDefault failure mode.protected FailureModeConnectionFactoryBuilder. failureModeprotected FailureModeMemcachedConnection. failureModeThe configuredFailureMode.Methods in net.spy.memcached that return FailureMode Modifier and Type Method Description FailureModeConnectionFactory. getFailureMode()Get the default failure mode for the underlying connection.FailureModeDefaultConnectionFactory. getFailureMode()static FailureModeFailureMode. 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 ConnectionFactoryBuilderConnectionFactoryBuilder. 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.
-