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.
|
java.util.List<NodeInfo> |
partitionHosts()
Returns the hosts for the partition map.
|
java.util.List<Partition> |
partitions()
All partitions, sorted by their partition index.
|
java.util.List<NodeInfo> partitionHosts()
Returns the hosts for the partition map.
java.util.List<Partition> partitions()
All partitions, sorted by their partition index.
int numberOfReplicas()
The number of configured replicas for this bucket.