Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.vbucket | |
com.couchbase.client.vbucket.config |
Modifier and Type | Method and Description |
---|---|
Config |
CouchbaseConnectionFactoryBuilder.getVBucketConfig() |
Config |
CouchbaseConnectionFactory.getVBucketConfig() |
Modifier and Type | Method and Description |
---|---|
void |
CouchbaseConnectionFactoryBuilder.setVBucketConfig(Config config) |
Modifier and Type | Method and Description |
---|---|
Config |
ConfigurationProviderHTTP.getLatestConfig(java.lang.String bucketname) |
Modifier and Type | Method and Description |
---|---|
void |
VBucketNodeLocator.updateLocator(java.util.Collection<net.spy.memcached.MemcachedNode> nodes,
Config newconf) |
Constructor and Description |
---|
VBucketNodeLocator(java.util.List<net.spy.memcached.MemcachedNode> nodes,
Config jsonConfig)
Construct a VBucketNodeLocator over the given JSON configuration string.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheConfig
The CacheConfig class represents a configuration object for memcached-type
buckets.
|
class |
DefaultConfig
A DefaultConfig.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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.