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.com.couchbase.client.java.http com.couchbase.client.java.manager.analytics -
-
Uses of AsyncCluster in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncCluster Modifier and Type Method Description AsyncClusterCluster. async()Provides access to the relatedAsyncCluster.AsyncClusterReactiveCluster. async()Provides access to the underlyingAsyncCluster.static AsyncClusterAsyncCluster. connect(String connectionString, ClusterOptions options)Connect to a Couchbase cluster with a connection string and custom options.static AsyncClusterAsyncCluster. connect(String connectionString, String username, String password)Connect to a Couchbase cluster with a username and a password as authentication credentials.static AsyncClusterAsyncCluster. connect(Set<SeedNode> seedNodes, ClusterOptions options)Connect to a Couchbase cluster with a list of seed nodes and custom options. -
Uses of AsyncCluster in com.couchbase.client.java.http
Constructors in com.couchbase.client.java.http with parameters of type AsyncCluster Constructor Description AsyncCouchbaseHttpClient(AsyncCluster cluster) -
Uses of AsyncCluster in com.couchbase.client.java.manager.analytics
Constructors in com.couchbase.client.java.manager.analytics with parameters of type AsyncCluster Constructor Description AsyncAnalyticsIndexManager(AsyncCluster cluster)Creates a newAsyncAnalyticsIndexManager.ReactiveAnalyticsIndexManager(AsyncCluster cluster)Creates a newReactiveAnalyticsIndexManager.
-