Package com.couchbase.client.core.config
Class ClusterConfig
java.lang.Object
com.couchbase.client.core.config.ClusterConfig
The
ClusterConfig
holds bucket and global configurations in a central place.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Because it reinforces the mistaken assumption that each node runs on a unique host.bucketConfig
(String bucketName) bucketTopology
(String bucketName) Returns the current cluster capabilities.void
deleteBucketConfig
(String bucketName) void
boolean
void
setBucketConfig
(ClusterTopologyWithBucket topology) void
setGlobalConfig
(ClusterTopology config) toString()
-
Constructor Details
-
ClusterConfig
public ClusterConfig()Creates a newClusterConfig
.
-
-
Method Details
-
bucketNames
-
bucketTopology
-
bucketTopologies
-
globalTopology
-
bucketConfig
-
setBucketConfig
-
deleteBucketConfig
-
bucketConfigs
-
globalConfig
-
setGlobalConfig
-
deleteGlobalConfig
-
hasClusterOrBucketConfig
public boolean hasClusterOrBucketConfig() -
allNodeAddresses
Deprecated.Because it reinforces the mistaken assumption that each node runs on a unique host.Dynamically aggregates all node addresses from global and bucket configs into a set (no duplicates).- Returns:
- all node addresses found in global and bucket configs without duplicates.
-
toString
-
clusterCapabilities
Returns the current cluster capabilities.Right now this needs at least one bucket open, and it grabs the capabilities from the first bucket config available. If needed, in the future this can be made more intelligent (caching?).
-