Uses of Class
com.couchbase.client.java.env.ClusterEnvironment.Builder
-
Packages that use ClusterEnvironment.Builder 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.Builder in com.couchbase.client.java
Methods in com.couchbase.client.java that return types with arguments of type ClusterEnvironment.Builder Modifier and Type Method Description Consumer<ClusterEnvironment.Builder>ClusterOptions.Built. environmentCustomizer()Method parameters in com.couchbase.client.java with type arguments of type ClusterEnvironment.Builder Modifier and Type Method Description ClusterOptionsClusterOptions. environment(Consumer<ClusterEnvironment.Builder> environmentCustomizer)Sets a callback that configures the ClusterEnvironment owned by this cluster. -
Uses of ClusterEnvironment.Builder in com.couchbase.client.java.env
Methods in com.couchbase.client.java.env that return ClusterEnvironment.Builder Modifier and Type Method Description static ClusterEnvironment.BuilderClusterEnvironment. builder()Creates aClusterEnvironment.Builderto customize the properties of the environment.ClusterEnvironment.BuilderClusterEnvironment.Builder. cryptoManager(CryptoManager cryptoManager)Sets the cryptography manager for Field-Level Encryption (reading and writing encrypted document fields).ClusterEnvironment.BuilderClusterEnvironment.Builder. jsonSerializer(JsonSerializer jsonSerializer)Sets the default serializer for converting between JSON and Java objects.ClusterEnvironment.BuilderClusterEnvironment.Builder. load(ClusterPropertyLoader loader)Immediately loads the properties from the given loader into the environment.ClusterEnvironment.BuilderClusterEnvironment.Builder. transactionsConfig(TransactionsConfig.Builder transactionsConfig)Sets the configuration for all transactions.ClusterEnvironment.BuilderClusterEnvironment.Builder. transcoder(Transcoder transcoder)Allows to override the default transcoder going to be used for all KV operations.
-