Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.manager.analytics |
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) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.