Uses of Interface
com.couchbase.client.core.config.BucketConfig
-
Packages that use BucketConfig Package Description com.couchbase.client.core.cnc.events.config com.couchbase.client.core.config -
-
Uses of BucketConfig in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return BucketConfig Modifier and Type Method Description BucketConfig
ConfigUpdatedEvent. config()
Constructors in com.couchbase.client.core.cnc.events.config with parameters of type BucketConfig Constructor Description ConfigUpdatedEvent(Context context, BucketConfig config)
-
Uses of BucketConfig in com.couchbase.client.core.config
Classes in com.couchbase.client.core.config that implement BucketConfig Modifier and Type Class Description class
AbstractBucketConfig
class
CouchbaseBucketConfig
class
MemcachedBucketConfig
Methods in com.couchbase.client.core.config that return BucketConfig Modifier and Type Method Description BucketConfig
ClusterConfig. bucketConfig(String bucketName)
static BucketConfig
BucketConfigParser. parse(String input, CoreEnvironment env, String origin)
Parse a raw configuration into aBucketConfig
.Methods in com.couchbase.client.core.config that return types with arguments of type BucketConfig Modifier and Type Method Description Map<String,BucketConfig>
ClusterConfig. bucketConfigs()
Methods in com.couchbase.client.core.config with parameters of type BucketConfig Modifier and Type Method Description void
ClusterConfig. setBucketConfig(BucketConfig config)
-