Uses of Class
net.spy.memcached.vbucket.ConfigurationException

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

Uses of ConfigurationException in net.spy.memcached
 

Constructors in net.spy.memcached that throw ConfigurationException
MemcachedClient(ConnectionFactory cf, List<URI> baseList, String bucketName, String usr, String pwd)
          Get a MemcachedClient based on the REST response from a Membase server where the username is different than the bucket name.
MemcachedClient(List<URI> baseList, String bucketName, String pwd)
          Get a MemcachedClient based on the REST response from a Membase server.
MemcachedClient(List<URI> baseList, String bucketName, String usr, String pwd)
          Get a MemcachedClient based on the REST response from a Membase server where the username is different than the bucket name.
 

Uses of ConfigurationException in net.spy.memcached.vbucket
 

Methods in net.spy.memcached.vbucket that throw ConfigurationException
 Bucket ConfigurationProvider.getBucketConfiguration(String bucketname)
          Connects to the REST service and retrieves the bucket configuration from the first pool available
 Bucket ConfigurationProviderHTTP.getBucketConfiguration(String bucketname)
          Connects to the REST service and retrieves the bucket configuration from the first pool available
 Config ConfigurationProviderHTTP.getLatestConfig(String bucketname)
           
 List<InetSocketAddress> ConfigurationProviderHTTP.getServerList(String bucketname)
           
 void ConfigurationProvider.subscribe(String bucketName, Reconfigurable rec)
          Subscribes for configuration updates
 void ConfigurationProviderHTTP.subscribe(String bucketName, Reconfigurable rec)
          Subscribes for configuration updates