Package | Description |
---|---|
com.couchbase.client.core.cnc.events.config | |
com.couchbase.client.core.config |
Modifier and Type | Method and Description |
---|---|
BucketConfig |
BucketConfigUpdatedEvent.config() |
Constructor and Description |
---|
BucketConfigUpdatedEvent(Context context,
BucketConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBucketConfig |
class |
CouchbaseBucketConfig |
class |
MemcachedBucketConfig |
Modifier and Type | Method and Description |
---|---|
BucketConfig |
ClusterConfig.bucketConfig(String bucketName) |
static BucketConfig |
BucketConfigParser.parse(String input,
CoreEnvironment env,
String origin)
Parse a raw configuration into a
BucketConfig . |
Modifier and Type | Method and Description |
---|---|
Map<String,BucketConfig> |
ClusterConfig.bucketConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterConfig.setBucketConfig(BucketConfig config) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.