Uses of Class
net.spy.memcached.FailureMode

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

Uses of FailureMode in net.spy.memcached
 

Fields in net.spy.memcached declared as FailureMode
static FailureMode DefaultConnectionFactory.DEFAULT_FAILURE_MODE
          Default failure mode.
protected  FailureMode MemcachedConnection.failureMode
           
protected  FailureMode ConnectionFactoryBuilder.failureMode
           
 

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

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

Uses of FailureMode in net.spy.memcached.spring
 

Methods in net.spy.memcached.spring with parameters of type FailureMode
 void MemcachedClientFactoryBean.setFailureMode(FailureMode fm)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.