Uses of Class
com.couchbase.client.java.env.ClusterEnvironment
-
Packages that use ClusterEnvironment Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.env Holds classes related to the environment and its configuration. -
-
Uses of ClusterEnvironment in com.couchbase.client.java
Methods in com.couchbase.client.java that return ClusterEnvironment Modifier and Type Method Description ClusterEnvironment
AsyncBucket. environment()
Returns the attachedClusterEnvironment
.ClusterEnvironment
AsyncCluster. environment()
Provides access to the configuredClusterEnvironment
for this cluster.ClusterEnvironment
AsyncCollection. environment()
Provides access to the underlyingClusterEnvironment
.ClusterEnvironment
AsyncScope. environment()
Provides access to the configuredClusterEnvironment
for this scope.ClusterEnvironment
Bucket. environment()
Returns the attachedClusterEnvironment
.ClusterEnvironment
Cluster. environment()
Provides access to the configuredClusterEnvironment
for this cluster.ClusterEnvironment
Collection. environment()
Provides access to the underlyingClusterEnvironment
.ClusterEnvironment
ReactiveBucket. environment()
Returns the attachedClusterEnvironment
.ClusterEnvironment
ReactiveCluster. environment()
Provides access to the configuredClusterEnvironment
for this cluster.ClusterEnvironment
ReactiveCollection. environment()
Provides access to the underlyingClusterEnvironment
.ClusterEnvironment
ReactiveScope. environment()
Provides access to the configuredClusterEnvironment
for this scope.ClusterEnvironment
Scope. environment()
Provides access to the configuredClusterEnvironment
for this scope.Methods in com.couchbase.client.java with parameters of type ClusterEnvironment Modifier and Type Method Description static CompletableFuture<AsyncCluster>
AsyncCluster. connect(ClusterEnvironment environment)
Connect to a Couchbase cluster with a customClusterEnvironment
.static Cluster
Cluster. connect(ClusterEnvironment environment)
Connect to a Couchbase cluster with a customClusterEnvironment
.static Mono<ReactiveCluster>
ReactiveCluster. connect(ClusterEnvironment environment)
Connect to a Couchbase cluster with a customClusterEnvironment
. -
Uses of ClusterEnvironment in com.couchbase.client.java.env
Methods in com.couchbase.client.java.env that return ClusterEnvironment Modifier and Type Method Description ClusterEnvironment
ClusterEnvironment.Builder. build()
static ClusterEnvironment
ClusterEnvironment. create(Credentials credentials)
static ClusterEnvironment
ClusterEnvironment. create(String connectionString, Credentials credentials)
static ClusterEnvironment
ClusterEnvironment. create(String username, String password)
static ClusterEnvironment
ClusterEnvironment. create(String connectionString, String username, String password)
-