| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncCluster |
ReactiveCluster.async()
Provides access to the underlying
AsyncCluster. |
AsyncCluster |
Cluster.async()
Provides access to the related
AsyncCluster. |
static AsyncCluster |
AsyncCluster.connect(Set<SeedNode> seedNodes,
ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options.
|
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.
|
| Constructor and Description |
|---|
AsyncAnalyticsIndexManager(AsyncCluster cluster) |
ReactiveAnalyticsIndexManager(AsyncCluster cluster) |
| Constructor and Description |
|---|
AsyncQueryIndexManager(AsyncCluster cluster) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.