Uses of Interface
net.spy.memcached.vbucket.config.Config

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

Uses of Config in net.spy.memcached
 

Methods in net.spy.memcached that return Config
 Config ConnectionFactoryBuilder.getVBucketConfig()
           
 

Methods in net.spy.memcached with parameters of type Config
 void ConnectionFactoryBuilder.setVBucketConfig(Config vBucketConfig)
           
 void ArrayModNodeLocator.updateLocator(List<MemcachedNode> nodes, Config conf)
           
 void KetamaNodeLocator.updateLocator(List<MemcachedNode> nodes, Config conf)
           
 void NodeLocator.updateLocator(List<MemcachedNode> nodes, Config conf)
          Update locator status.
 

Uses of Config in net.spy.memcached.vbucket
 

Methods in net.spy.memcached.vbucket that return Config
 Config ConfigurationProviderHTTP.getLatestConfig(String bucketname)
           
 

Methods in net.spy.memcached.vbucket with parameters of type Config
 void VBucketNodeLocator.updateLocator(List<MemcachedNode> nodes, Config newconf)
           
 

Constructors in net.spy.memcached.vbucket with parameters of type Config
VBucketNodeLocator(List<MemcachedNode> nodes, Config jsonConfig)
          Construct a VBucketNodeLocator over the given JSON configuration string.
 

Uses of Config in net.spy.memcached.vbucket.config
 

Classes in net.spy.memcached.vbucket.config that implement Config
 class CacheConfig
           
 class DefaultConfig
           
 

Methods in net.spy.memcached.vbucket.config that return Config
 Config ConfigFactory.create(File file)
           
 Config DefaultConfigFactory.create(File filename)
           
 Config ConfigFactory.create(org.codehaus.jettison.json.JSONObject jsonObject)
           
 Config DefaultConfigFactory.create(org.codehaus.jettison.json.JSONObject jsonObject)
           
 Config ConfigFactory.create(String data)
           
 Config DefaultConfigFactory.create(String data)
           
 Config Bucket.getConfig()
           
 

Methods in net.spy.memcached.vbucket.config with parameters of type Config
 ConfigDifference CacheConfig.compareTo(Config config)
           
 ConfigDifference Config.compareTo(Config config)
           
 ConfigDifference DefaultConfig.compareTo(Config config)
           
 

Constructors in net.spy.memcached.vbucket.config with parameters of type Config
Bucket(String name, Config configuration, URI streamingURI, List<Node> nodes)