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.java
Methods in com.couchbase.client.java that return ClusterEnvironmentModifier 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.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.env
Methods in com.couchbase.client.java.env that return ClusterEnvironmentModifier 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
Methods 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. -
Uses of ClusterEnvironment in com.couchbase.client.java.transactions.internal
Methods in com.couchbase.client.java.transactions.internal with parameters of type ClusterEnvironmentModifier and TypeMethodDescriptionstatic Mono<QueryResult>
SingleQueryTransactions.singleQueryTransactionBuffered
(Core core, ClusterEnvironment environment, String statement, String bucketName, String scopeName, QueryOptions.Built opts) static Mono<ReactiveQueryResult>
SingleQueryTransactions.singleQueryTransactionStreaming
(Core core, ClusterEnvironment environment, String statement, String bucketName, String scopeName, QueryOptions.Built opts, Consumer<RuntimeException> errorConverter)