| Package | Description |
|---|---|
| com.couchbase.client.dcp.core.config | |
| com.couchbase.client.dcp.core.config.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CouchbaseBucketConfig
A configuration representing the couchbase bucket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBucketConfig |
class |
DefaultCouchbaseBucketConfig |
| Modifier and Type | Method and Description |
|---|---|
BucketConfig |
BucketConfig.password(String password)
Setter to inject the password manually into the config.
|
BucketConfig |
AbstractBucketConfig.password(String password) |
BucketConfig |
BucketConfig.username(String username)
Set user authorized for the bucket access.
|
BucketConfig |
AbstractBucketConfig.username(String username) |
| Modifier and Type | Method and Description |
|---|---|
static BucketConfig |
BucketConfigParser.parse(String input,
HostAndPort origin)
Parse a raw configuration into a
BucketConfig. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.