Uses of Interface
com.couchbase.client.vbucket.config.Config

Packages that use Config
com.couchbase.client   
com.couchbase.client.vbucket   
com.couchbase.client.vbucket.config   
 

Uses of Config in com.couchbase.client
 

Methods in com.couchbase.client that return Config
 Config CouchbaseConnectionFactoryBuilder.getVBucketConfig()
           
 Config CouchbaseConnectionFactory.getVBucketConfig()
           
 

Methods in com.couchbase.client with parameters of type Config
 void CouchbaseConnectionFactoryBuilder.setVBucketConfig(Config config)
           
 

Uses of Config in com.couchbase.client.vbucket
 

Methods in com.couchbase.client.vbucket that return Config
 Config ConfigurationProviderHTTP.getLatestConfig(java.lang.String bucketname)
           
 

Methods in com.couchbase.client.vbucket with parameters of type Config
 void VBucketNodeLocator.updateLocator(java.util.Collection<net.spy.memcached.MemcachedNode> nodes, Config newconf)
           
 

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

Uses of Config in com.couchbase.client.vbucket.config
 

Classes in com.couchbase.client.vbucket.config that implement Config
 class CacheConfig
          The CacheConfig class represents a configuration object for memcached-type buckets.
 class DefaultConfig
          A DefaultConfig.
 

Methods in com.couchbase.client.vbucket.config that return Config
 Config DefaultConfigFactory.create(java.io.File filename)
           
 Config ConfigFactory.create(java.io.File file)
           
 Config DefaultConfigFactory.create(org.codehaus.jettison.json.JSONObject jsonObject)
           
 Config ConfigFactory.create(org.codehaus.jettison.json.JSONObject jsonObject)
           
 Config DefaultConfigFactory.create(java.lang.String data)
           
 Config ConfigFactory.create(java.lang.String data)
           
 Config Bucket.getConfig()
           
 

Methods in com.couchbase.client.vbucket.config with parameters of type Config
 ConfigDifference DefaultConfig.compareTo(Config config)
          Compares the given configuration with the current configuration and calculates the differences.
 ConfigDifference Config.compareTo(Config config)
           
 ConfigDifference CacheConfig.compareTo(Config config)
           
 

Constructors in com.couchbase.client.vbucket.config with parameters of type Config
Bucket(java.lang.String name, Config configuration, java.net.URI streamingURI, java.util.List<Node> nodes)
           
 



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