| Package | Description |
|---|---|
| com.couchbase.client.dcp.core.config |
| Modifier and Type | Method and Description |
|---|---|
static BucketCapabilities |
BucketCapabilities.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketCapabilities[] |
BucketCapabilities.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<BucketCapabilities> |
BucketConfig.capabilities()
Returns the bucket capabilities of this bucket config.
|
List<BucketCapabilities> |
AbstractBucketConfig.capabilities() |
| Constructor and Description |
|---|
AbstractBucketConfig(String uuid,
String name,
BucketNodeLocator locator,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
String origin) |
DefaultCouchbaseBucketConfig(long rev,
long revEpoch,
String uuid,
String name,
String uri,
String streamingUri,
CouchbasePartitionInfo partitionInfo,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
String origin)
Creates a new
CouchbaseBucketConfig. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.