Uses of Class
com.couchbase.client.java.ReactiveCluster
Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
-
Uses of ReactiveCluster in com.couchbase.client.java
Methods in com.couchbase.client.java that return ReactiveCluster Modifier and Type Method Description static ReactiveCluster
ReactiveCluster. connect(String connectionString, ClusterOptions options)
Connect to a Couchbase cluster with customAuthenticator
.static ReactiveCluster
ReactiveCluster. connect(String connectionString, String username, String password)
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.ReactiveCluster
Cluster. reactive()
Provides access to the relatedReactiveCluster
.