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 ClusterCluster.newInstance(String connectionString, Credential credential) Returns a new instance, with default options.static ClusterCluster.newInstance(String connectionString, Credential credential, Consumer<ClusterOptions> optionsCustomizer) Returns a new instance, with options customized by theoptionsCustomizercallback.