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.
|
com.couchbase.client.java.json |
JSON encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
ClusterEnvironment |
Bucket.environment()
Returns the attached
ClusterEnvironment . |
ClusterEnvironment |
ReactiveCluster.environment()
Provides access to the configured
ClusterEnvironment for this cluster. |
ClusterEnvironment |
AsyncScope.environment()
Provides access to the configured
ClusterEnvironment for this scope. |
ClusterEnvironment |
Scope.environment()
Provides access to the configured
ClusterEnvironment for this scope. |
ClusterEnvironment |
ClusterOptions.Built.environment() |
ClusterEnvironment |
ReactiveScope.environment()
Provides access to the configured
ClusterEnvironment for this scope. |
ClusterEnvironment |
Cluster.environment()
Provides access to the used
ClusterEnvironment . |
ClusterEnvironment |
ReactiveBucket.environment()
Returns the attached
ClusterEnvironment . |
ClusterEnvironment |
Collection.environment()
Provides access to the underlying
ClusterEnvironment . |
ClusterEnvironment |
ReactiveCollection.environment()
Provides access to the underlying
ClusterEnvironment . |
ClusterEnvironment |
AsyncBucket.environment()
Returns the attached
ClusterEnvironment . |
ClusterEnvironment |
AsyncCollection.environment()
Provides access to the underlying
ClusterEnvironment . |
ClusterEnvironment |
AsyncCluster.environment()
Provides access to the configured
ClusterEnvironment for this cluster. |
Modifier and Type | Method and Description |
---|---|
ClusterOptions |
ClusterOptions.environment(ClusterEnvironment environment)
Sets the ClusterEnvironment to use with this cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterEnvironment |
ClusterEnvironment.Builder.build()
Turns this builder into a real
ClusterEnvironment . |
static ClusterEnvironment |
ClusterEnvironment.create()
Creates a new
ClusterEnvironment with default settings. |
Modifier and Type | Method and Description |
---|---|
JsonObjectCrypto |
JsonObject.crypto(ClusterEnvironment env)
Returns a view of the object for reading and writing encrypted fields.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.