Uses of Class
com.couchbase.client.java.Cluster
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.raw |
-
Uses of Cluster in com.couchbase.client.java
Methods in com.couchbase.client.java that return Cluster Modifier and Type Method Description static Cluster
Cluster. connect(String connectionString, ClusterOptions options)
Connect to a Couchbase cluster with custom options.static Cluster
Cluster. connect(String connectionString, String username, String password)
Connect to a Couchbase cluster with a username and a password as credentials.static Cluster
Cluster. connect(Set<SeedNode> seedNodes, ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options. -
Uses of Cluster in com.couchbase.client.java.manager.analytics
Constructors in com.couchbase.client.java.manager.analytics with parameters of type Cluster Constructor Description AnalyticsIndexManager(Cluster cluster)
-
Uses of Cluster in com.couchbase.client.java.manager.raw
Methods in com.couchbase.client.java.manager.raw with parameters of type Cluster Modifier and Type Method Description static Mono<RawManagerResponse>
RawManager. call(Cluster cluster, RawManagerRequest request)
Performs aRawManagerRequest
with default options against the given cluster.static Mono<RawManagerResponse>
RawManager. call(Cluster cluster, RawManagerRequest request, RawManagerOptions options)
Performs aRawManagerRequest
with custom options against the given cluster.