| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
Cluster.connect(Set<SeedNode> seedNodes,
ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options.
|
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.
|
| Constructor and Description |
|---|
AnalyticsIndexManager(Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
static Mono<RawManagerResponse> |
RawManager.call(Cluster cluster,
RawManagerRequest request)
Performs a
RawManagerRequest with default options against the given cluster. |
static Mono<RawManagerResponse> |
RawManager.call(Cluster cluster,
RawManagerRequest request,
RawManagerOptions options)
Performs a
RawManagerRequest with custom options against the given cluster. |
Copyright © 2020 Couchbase, Inc.. All rights reserved.