Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
Modifier and Type | Method and Description |
---|---|
static ClusterOptions |
ClusterOptions.clusterOptions(Authenticator authenticator) |
static ClusterOptions |
ClusterOptions.clusterOptions(String username,
String password) |
ClusterOptions |
ClusterOptions.environment(ClusterEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
static ReactiveCluster |
ReactiveCluster.connect(Set<SeedNode> seedNodes,
ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options.
|
static AsyncCluster |
AsyncCluster.connect(Set<SeedNode> seedNodes,
ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options.
|
static Cluster |
Cluster.connect(Set<SeedNode> seedNodes,
ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options.
|
static ReactiveCluster |
ReactiveCluster.connect(String connectionString,
ClusterOptions options)
Connect to a Couchbase cluster with custom
Authenticator . |
static AsyncCluster |
AsyncCluster.connect(String connectionString,
ClusterOptions options)
Connect to a Couchbase cluster with a connection string and custom options.
|
static Cluster |
Cluster.connect(String connectionString,
ClusterOptions options)
Connect to a Couchbase cluster with custom options.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.