Uses of Class
com.couchbase.client.java.AsyncCluster
-
Packages that use AsyncCluster Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
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
.Methods in com.couchbase.client.java that return types with arguments of type AsyncCluster Modifier and Type Method Description static CompletableFuture<AsyncCluster>
AsyncCluster. connect(ClusterEnvironment environment)
Connect to a Couchbase cluster with a customClusterEnvironment
.static CompletableFuture<AsyncCluster>
AsyncCluster. connect(String connectionString, Credentials credentials)
Connect to a Couchbase cluster with customCredentials
.static CompletableFuture<AsyncCluster>
AsyncCluster. connect(String connectionString, String username, String password)
Connect to a Couchbase cluster with a username and a password as credentials.
-