public interface CouchbaseBucketConfig extends BucketConfig
A configuration representing the couchbase bucket.
Modifier and Type | Method and Description |
---|---|
int |
numberOfReplicas()
The number of configured replicas for this bucket.
|
List<NodeInfo> |
partitionHosts()
Returns the hosts for the partition map.
|
List<Partition> |
partitions()
All partitions, sorted by their partition index.
|
List<NodeInfo> partitionHosts()
Returns the hosts for the partition map.
List<Partition> partitions()
All partitions, sorted by their partition index.
int numberOfReplicas()
The number of configured replicas for this bucket.
Copyright © 2014 Couchbase, Inc.