| Package | Description |
|---|---|
| com.couchbase.client.core.config |
| Modifier and Type | Method and Description |
|---|---|
BucketNodeLocator |
BucketConfig.locator()
The type of node locator in use for this bucket.
|
BucketNodeLocator |
AbstractBucketConfig.locator() |
static BucketNodeLocator |
BucketNodeLocator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketNodeLocator[] |
BucketNodeLocator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
long rev,
long revEpoch) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.