Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.vbucket | |
com.couchbase.client.vbucket.config |
Modifier and Type | Method and Description |
---|---|
void |
ViewConnection.reconfigure(Bucket bucket)
Reconfigures the connected ViewNodes.
|
void |
TapConnectionProvider.reconfigure(Bucket bucket) |
void |
CouchbaseMemcachedConnection.reconfigure(Bucket bucket) |
void |
CouchbaseConnection.reconfigure(Bucket bucket) |
void |
CouchbaseClient.reconfigure(Bucket bucket)
This method is called when there is a topology change in the cluster.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
ConfigurationProviderHTTP.getBucketConfiguration(java.lang.String bucketname)
Connects to the REST service and retrieves the bucket configuration from
the first pool available.
|
Bucket |
ConfigurationProvider.getBucketConfiguration(java.lang.String bucketname)
Connects to the REST service and retrieves the bucket configuration from
the first pool available.
|
Modifier and Type | Method and Description |
---|---|
void |
Reconfigurable.reconfigure(Bucket bucket)
Call on a configuration update.
|
void |
ConfigurationProviderHTTP.updateBucket(java.lang.String bucketname,
Bucket newBucket)
Update the configuration provider with a new bucket.
|
void |
ConfigurationProvider.updateBucket(java.lang.String bucketname,
Bucket newBucket)
Update the bucket including configuration.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
ConfigurationParserJSON.parseBucket(java.lang.String sBucket) |
Bucket |
ConfigurationParser.parseBucket(java.lang.String sBucket) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Bucket> |
Pool.getROBuckets() |
java.util.Map<java.lang.String,Bucket> |
ConfigurationParserJSON.parseBuckets(java.lang.String buckets) |
java.util.Map<java.lang.String,Bucket> |
ConfigurationParser.parseBuckets(java.lang.String buckets) |
Modifier and Type | Method and Description |
---|---|
void |
Pool.replaceBuckets(java.util.Map<java.lang.String,Bucket> replacingMap) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.