| Package | Description |
|---|---|
| com.couchbase.client.core.config |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNodeInfo
Default implementation of
NodeInfo. |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
DefaultCouchbaseBucketConfig.nodeAtIndex(int nodeIndex) |
NodeInfo |
CouchbaseBucketConfig.nodeAtIndex(int nodeIndex)
Returns information for the node at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Long,NodeInfo> |
MemcachedBucketConfig.ketamaNodes() |
SortedMap<Long,NodeInfo> |
DefaultMemcachedBucketConfig.ketamaNodes() |
List<NodeInfo> |
BucketConfig.nodes()
The list of nodes associated with this bucket.
|
List<NodeInfo> |
AbstractBucketConfig.nodes() |
| Constructor and Description |
|---|
AbstractBucketConfig(String name,
BucketNodeLocator locator,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos) |
DefaultCouchbaseBucketConfig(long rev,
String name,
String uri,
String streamingUri,
CouchbasePartitionInfo partitionInfo,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos)
Creates a new
CouchbaseBucketConfig. |
DefaultMemcachedBucketConfig(long rev,
String name,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos)
Creates a new
MemcachedBucketConfig. |
Copyright © 2016 Couchbase, Inc.. All rights reserved.