Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
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 ReactiveCluster |
ReactiveCluster.connect(String connectionString,
ClusterOptions options)
Connect to a Couchbase cluster with custom
Authenticator . |
static ReactiveCluster |
ReactiveCluster.connect(String connectionString,
String username,
String password)
Connect to a Couchbase cluster with a username and a password as credentials.
|
ReactiveCluster |
Cluster.reactive()
Provides access to the related
ReactiveCluster . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.