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)
Updates the list of active
HttpHost s based on the incoming
Bucket configuration. |
void |
TapConnectionProvider.reconfigure(Bucket bucket) |
void |
CouchbaseMemcachedConnection.reconfigure(Bucket bucket) |
void |
CouchbaseConnection.reconfigure(Bucket bucket) |
void |
CouchbaseClient.reconfigure(Bucket bucket) |
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 bucketJson)
Parse a raw bucket config string into a
Bucket configuration. |
Bucket |
ConfigurationParser.parseBucket(java.lang.String sBucket) |
Bucket |
ConfigurationParserJSON.updateBucket(java.lang.String bucketJson,
Bucket currentBucket)
Parse a raw bucket config and update an old bucket with the new infos.
|
Bucket |
ConfigurationParser.updateBucket(java.lang.String bucketJson,
Bucket currentBucket) |
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 bucketsJson)
Parses the /pools/{pool}/buckets URI for a list of contained buckets.
|
java.util.Map<java.lang.String,Bucket> |
ConfigurationParser.parseBuckets(java.lang.String buckets) |
Modifier and Type | Method and Description |
---|---|
Bucket |
ConfigurationParserJSON.updateBucket(java.lang.String bucketJson,
Bucket currentBucket)
Parse a raw bucket config and update an old bucket with the new infos.
|
Bucket |
ConfigurationParser.updateBucket(java.lang.String bucketJson,
Bucket currentBucket) |
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.