| Package | Description |
|---|---|
| com.couchbase.client.core.config |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
CouchbaseBucketConfig.nodeAtIndex(int nodeIndex) |
NodeInfo |
MemcachedBucketConfig.nodeForKey(byte[] id) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Long,NodeInfo> |
MemcachedBucketConfig.ketamaNodes()
Deprecated.
Please use
MemcachedBucketConfig.nodeForKey(byte[]) for Ketama lookups instead. |
List<NodeInfo> |
BucketConfig.nodes()
The list of nodes associated with this bucket.
|
List<NodeInfo> |
AbstractBucketConfig.nodes() |
| 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) |
CouchbaseBucketConfig(long rev,
long revEpoch,
String uuid,
String name,
String uri,
String streamingUri,
PartitionInfo partitionInfo,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
BucketType bucketType,
String origin)
Creates a new
CouchbaseBucketConfig. |
MemcachedBucketConfig(CoreEnvironment env,
long rev,
long revEpoch,
String uuid,
String name,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
String origin)
Creates a new
MemcachedBucketConfig. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.