Uses of Class
com.couchbase.client.java.env.ClusterEnvironment
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Holds classes related to the environment and its configuration.
JSON encoding and decoding.
-
Uses of ClusterEnvironment in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncBucket.environment()
Returns the attachedClusterEnvironment
.AsyncCluster.environment()
Provides access to the configuredClusterEnvironment
for this cluster.AsyncCollection.environment()
Provides access to the underlyingClusterEnvironment
.AsyncScope.environment()
Provides access to the configuredClusterEnvironment
for this scope.Bucket.environment()
Returns the attachedClusterEnvironment
.Cluster.environment()
Provides access to the usedClusterEnvironment
.ClusterOptions.Built.environment()
Collection.environment()
Provides access to the underlyingClusterEnvironment
.ReactiveBucket.environment()
Returns the attachedClusterEnvironment
.ReactiveCluster.environment()
Provides access to the configuredClusterEnvironment
for this cluster.ReactiveCollection.environment()
Provides access to the underlyingClusterEnvironment
.ReactiveScope.environment()
Provides access to the configuredClusterEnvironment
for this scope.Scope.environment()
Provides access to the configuredClusterEnvironment
for this scope.Modifier and TypeMethodDescriptionClusterOptions.environment
(ClusterEnvironment environment) Sets the ClusterEnvironment to use with this cluster. -
Uses of ClusterEnvironment in com.couchbase.client.java.env
Modifier and TypeMethodDescriptionClusterEnvironment.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
Modifier and TypeMethodDescriptionJsonObject.crypto
(ClusterEnvironment env) Returns a view of the object for reading and writing encrypted fields.