Uses of Class
com.couchbase.columnar.client.java.Cluster
Packages that use Cluster
-
Uses of Cluster in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return ClusterModifier and TypeMethodDescriptionDatabase.cluster()
Returns the cluster this database belongs to.static Cluster
Cluster.newInstance
(String connectionString, Credential credential) Returns a new instance, with default options.static Cluster
Cluster.newInstance
(String connectionString, Credential credential, Consumer<ClusterOptions> optionsCustomizer) Returns a new instance, with options customized by theoptionsCustomizer
callback.