Uses of Class
com.couchbase.client.java.AsyncCluster
Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.manager.analytics | |
com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
-
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 relatedAsyncCluster
.AsyncCluster
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
AsyncCluster. connect(String connectionString, String username, String password)
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.manager.analytics
Constructors in com.couchbase.client.java.manager.analytics with parameters of type AsyncCluster Constructor Description AsyncAnalyticsIndexManager(AsyncCluster cluster)
ReactiveAnalyticsIndexManager(AsyncCluster cluster)
-
Uses of AsyncCluster in com.couchbase.client.java.manager.query
Constructors in com.couchbase.client.java.manager.query with parameters of type AsyncCluster Constructor Description AsyncQueryIndexManager(AsyncCluster cluster)