Uses of Class
com.couchbase.client.java.AsyncCluster
-
Packages that use AsyncCluster Package Description com.couchbase.client.java -
-
Uses of AsyncCluster in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncCluster Modifier and Type Method Description AsyncCluster
Cluster. async()
Provides access to the underlyingAsyncCluster
.AsyncCluster
ReactiveCluster. async()
Provides access to the underlyingAsyncCluster
.static AsyncCluster
AsyncCluster. connect(ClusterEnvironment environment)
Connect to a Couchbase cluster with a customClusterEnvironment
.static AsyncCluster
AsyncCluster. connect(String connectionString, Credentials credentials)
Connect to a Couchbase cluster with customCredentials
.static AsyncCluster
AsyncCluster. connect(String connectionString, String username, String password)
Connect to a Couchbase cluster with a username and a password as credentials.
-