Uses of Class
com.couchbase.client.java.ReactiveCluster
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of ReactiveCluster in com.couchbase.client.java
Modifier and TypeMethodDescriptionstatic ReactiveCluster
ReactiveCluster.connect
(String connectionString, ClusterOptions options) Connect to a Couchbase cluster with customAuthenticator
.static ReactiveCluster
Connect to a Couchbase cluster with a username and a password as credentials.static ReactiveCluster
ReactiveCluster.connect
(Set<SeedNode> seedNodes, ClusterOptions options) Connect to a Couchbase cluster with a list of seed nodes and custom options.Cluster.reactive()
Provides access to the relatedReactiveCluster
.