static ClusterEnvironment.Builder |
ClusterEnvironment.builder() |
|
ClusterEnvironment.Builder |
ClusterEnvironment.Builder.cryptoManager(CryptoManager cryptoManager) |
Sets the cryptography manager for Field-Level Encryption
(reading and writing encrypted document fields).
|
ClusterEnvironment.Builder |
ClusterEnvironment.Builder.jsonSerializer(JsonSerializer jsonSerializer) |
Sets the default serializer for converting between JSON and Java objects.
|
ClusterEnvironment.Builder |
ClusterEnvironment.Builder.load(ClusterPropertyLoader loader) |
Immediately loads the properties from the given loader into the environment.
|
ClusterEnvironment.Builder |
ClusterEnvironment.Builder.transcoder(Transcoder transcoder) |
Allows to override the default transcoder going to be used for all KV operations.
|