Uses of Class
com.couchbase.client.java.AsyncCluster
Packages that use AsyncCluster
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
APIs related to N1QL query index management.
-
Uses of AsyncCluster in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncClusterModifier and TypeMethodDescriptionCluster.async()
Provides access to the relatedAsyncCluster
.ReactiveCluster.async()
Provides access to the underlyingAsyncCluster
.static AsyncCluster
AsyncCluster.connect
(String connectionString, ClusterOptions options) Connect to a Couchbase cluster with a connection string and custom options.static AsyncCluster
Connect to a Couchbase cluster with a username and a password as authentication credentials.static AsyncCluster
AsyncCluster.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 -
Uses of AsyncCluster in com.couchbase.client.java.manager.analytics
Constructors in com.couchbase.client.java.manager.analytics with parameters of type AsyncClusterModifierConstructorDescriptionAsyncAnalyticsIndexManager
(AsyncCluster cluster) Creates a newAsyncAnalyticsIndexManager
.Creates a newReactiveAnalyticsIndexManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.query
Constructors in com.couchbase.client.java.manager.query with parameters of type AsyncClusterModifierConstructorDescriptionAsyncQueryIndexManager
(AsyncCluster cluster) Creates a newAsyncQueryIndexManager
.