Uses of Class
com.couchbase.client.java.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
Modifier 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
-
Uses of AsyncCluster in com.couchbase.client.java.manager.analytics
ModifierConstructorDescriptionAsyncAnalyticsIndexManager
(AsyncCluster cluster) Creates a newAsyncAnalyticsIndexManager
.Creates a newReactiveAnalyticsIndexManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.bucket
ModifierConstructorDescriptionAsyncBucketManager
(CoreCouchbaseOps ops, AsyncCluster cluster) Creates a newAsyncBucketManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.collection
ModifierConstructorDescriptionAsyncCollectionManager
(CoreCollectionManager coreCollectionManager, AsyncCluster cluster) Creates a newAsyncCollectionManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.eventing
ModifierConstructorDescriptionAsyncEventingFunctionManager
(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
ModifierConstructorDescriptionAsyncQueryIndexManager
(CoreQueryOps queryOps, RequestTracer requestTracer, AsyncCluster cluster) Creates a newAsyncQueryIndexManager
. -
Uses of AsyncCluster in com.couchbase.client.java.manager.search
ModifierConstructorDescriptionAsyncScopeSearchIndexManager
(CoreCouchbaseOps couchbaseOps, AsyncScope scope, AsyncCluster cluster) AsyncSearchIndexManager
(CoreCouchbaseOps couchbaseOps, AsyncCluster cluster) -
Uses of AsyncCluster in com.couchbase.client.java.manager.user
-
Uses of AsyncCluster in com.couchbase.client.java.manager.view
ModifierConstructorDescriptionAsyncViewIndexManager
(Core core, String bucket, AsyncCluster cluster)