Uses of Class
com.couchbase.client.java.ClusterOptions
Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
-
Uses of ClusterOptions in com.couchbase.client.java
Methods in com.couchbase.client.java that return ClusterOptions Modifier and Type Method Description static ClusterOptions
ClusterOptions. clusterOptions(Authenticator authenticator)
static ClusterOptions
ClusterOptions. clusterOptions(String username, String password)
ClusterOptions
ClusterOptions. environment(ClusterEnvironment environment)
Methods in com.couchbase.client.java with parameters of type ClusterOptions Modifier and Type Method Description static AsyncCluster
AsyncCluster. connect(String connectionString, ClusterOptions options)
Connect to a Couchbase cluster with a connection string 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(String connectionString, ClusterOptions options)
Connect to a Couchbase cluster with 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 customAuthenticator
.static ReactiveCluster
ReactiveCluster. connect(Set<SeedNode> seedNodes, ClusterOptions options)
Connect to a Couchbase cluster with a list of seed nodes and custom options.