Uses of Class
net.spy.memcached.FailureMode

Packages that use FailureMode
net.spy.memcached Memcached client and transformation utils 
 

Uses of FailureMode in net.spy.memcached
 

Fields in net.spy.memcached declared as FailureMode
static FailureMode DefaultConnectionFactory.DEFAULT_FAILURE_MODE
          Default failure mode.
 

Methods in net.spy.memcached that return FailureMode
 FailureMode ConnectionFactory.getFailureMode()
          Get the default failure mode for the underlying connection.
 FailureMode DefaultConnectionFactory.getFailureMode()
           
static FailureMode FailureMode.valueOf(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
 ConnectionFactoryBuilder ConnectionFactoryBuilder.setFailureMode(FailureMode fm)
          Set the failure mode.
 

Constructors in net.spy.memcached with parameters of type FailureMode
MemcachedConnection(int bufSize, ConnectionFactory f, List<InetSocketAddress> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory)
          Construct a memcached connection.