Uses of Class
com.couchbase.client.java.Cluster
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of Cluster in com.couchbase.client.java
Modifier and TypeMethodDescriptionstatic Cluster
Cluster.connect
(String connectionString, ClusterOptions options) Connect to a Couchbase cluster with custom options.static Cluster
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
ModifierConstructorDescriptionAnalyticsIndexManager
(Cluster cluster) Creates a newAnalyticsIndexManager
. -
Uses of Cluster in com.couchbase.client.java.manager.raw
Modifier and TypeMethodDescriptionstatic 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.