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.com.couchbase.client.java.json JSON encoding and decoding. -
-
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 usedClusterEnvironment
.ClusterEnvironment
ClusterOptions.Built. environment()
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 ClusterOptions
ClusterOptions. environment(ClusterEnvironment environment)
Sets the ClusterEnvironment to use with this cluster. -
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()
Turns this builder into a realClusterEnvironment
.static ClusterEnvironment
ClusterEnvironment. create()
Creates a newClusterEnvironment
with default settings. -
Uses of ClusterEnvironment in com.couchbase.client.java.json
Methods in com.couchbase.client.java.json with parameters of type ClusterEnvironment Modifier and Type Method Description JsonObjectCrypto
JsonObject. crypto(ClusterEnvironment env)
Returns a view of the object for reading and writing encrypted fields.
-