Uses of Class
com.couchbase.client.java.env.ClusterEnvironment
Packages that use 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.javaMethods in com.couchbase.client.java that return ClusterEnvironmentModifier and TypeMethodDescriptionAsyncBucket.environment()Returns the attachedClusterEnvironment.AsyncCluster.environment()Provides access to the configuredClusterEnvironmentfor this cluster.AsyncCollection.environment()Provides access to the underlyingClusterEnvironment.AsyncScope.environment()Provides access to the configuredClusterEnvironmentfor 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 configuredClusterEnvironmentfor this cluster.ReactiveCollection.environment()Provides access to the underlyingClusterEnvironment.ReactiveScope.environment()Provides access to the configuredClusterEnvironmentfor this scope.Scope.environment()Provides access to the configuredClusterEnvironmentfor this scope.Methods in com.couchbase.client.java with parameters of type ClusterEnvironmentModifier and TypeMethodDescriptionClusterOptions.environment(ClusterEnvironment environment) Sets the ClusterEnvironment to use with this cluster.
- 
Uses of ClusterEnvironment in com.couchbase.client.java.envMethods in com.couchbase.client.java.env that return ClusterEnvironmentModifier and TypeMethodDescriptionClusterEnvironment.Builder.build()Turns this builder into a realClusterEnvironment.static ClusterEnvironmentClusterEnvironment.create()Creates a newClusterEnvironmentwith default settings.
- 
Uses of ClusterEnvironment in com.couchbase.client.java.jsonMethods in com.couchbase.client.java.json with parameters of type ClusterEnvironmentModifier and TypeMethodDescriptionJsonObject.crypto(ClusterEnvironment env) Returns a view of the object for reading and writing encrypted fields.