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 bucket management.
APIs related to N1QL query index management.
APIs related to user 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.bucket
Constructors in com.couchbase.client.java.manager.bucket with parameters of type AsyncClusterModifierConstructorDescriptionAsyncBucketManager
(CoreCouchbaseOps ops, AsyncCluster cluster) Creates a newAsyncBucketManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.collection
Constructors in com.couchbase.client.java.manager.collection with parameters of type AsyncClusterModifierConstructorDescriptionAsyncCollectionManager
(CoreCollectionManager coreCollectionManager, AsyncCluster cluster) Creates a newAsyncCollectionManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.eventing
Constructors in com.couchbase.client.java.manager.eventing with parameters of type AsyncClusterModifierConstructorDescriptionAsyncEventingFunctionManager
(Core core, AsyncCluster cluster, CoreBucketAndScope scope) Creates a newAsyncEventingFunctionManager
.AsyncScopeEventingFunctionManager
(Core core, AsyncCluster cluster, CoreBucketAndScope scope) Creates a newAsyncScopeEventingFunctionManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.query
Constructors in com.couchbase.client.java.manager.query with parameters of type AsyncClusterModifierConstructorDescriptionAsyncQueryIndexManager
(CoreQueryOps queryOps, RequestTracer requestTracer, AsyncCluster cluster) Creates a newAsyncQueryIndexManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.search
Constructors in com.couchbase.client.java.manager.search with parameters of type AsyncClusterModifierConstructorDescriptionAsyncScopeSearchIndexManager
(CoreCouchbaseOps couchbaseOps, AsyncScope scope, AsyncCluster cluster) AsyncSearchIndexManager
(CoreCouchbaseOps couchbaseOps, AsyncCluster cluster) -
Uses of AsyncCluster in com.couchbase.client.java.manager.user
Constructors in com.couchbase.client.java.manager.user with parameters of type AsyncCluster -
Uses of AsyncCluster in com.couchbase.client.java.manager.view
Constructors in com.couchbase.client.java.manager.view with parameters of type AsyncClusterModifierConstructorDescriptionAsyncViewIndexManager
(Core core, String bucket, AsyncCluster cluster)