| 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 |
ReactiveScope.environment()
Provides access to the configured
ClusterEnvironment for this scope. |
ClusterEnvironment |
ReactiveBucket.environment()
Returns the attached
ClusterEnvironment. |
ClusterEnvironment |
AsyncCollection.environment()
Provides access to the underlying
ClusterEnvironment. |
ClusterEnvironment |
ReactiveCollection.environment()
Provides access to the underlying
ClusterEnvironment. |
ClusterEnvironment |
ClusterOptions.Built.environment() |
ClusterEnvironment |
Scope.environment()
Provides access to the configured
ClusterEnvironment for this scope. |
ClusterEnvironment |
Bucket.environment()
Returns the attached
ClusterEnvironment. |
ClusterEnvironment |
AsyncScope.environment()
Provides access to the configured
ClusterEnvironment for this scope. |
ClusterEnvironment |
ReactiveCluster.environment()
Provides access to the configured
ClusterEnvironment for this cluster. |
ClusterEnvironment |
AsyncCluster.environment()
Provides access to the configured
ClusterEnvironment for this cluster. |
ClusterEnvironment |
Collection.environment()
Provides access to the underlying
ClusterEnvironment. |
ClusterEnvironment |
Cluster.environment()
Provides access to the used
ClusterEnvironment. |
ClusterEnvironment |
AsyncBucket.environment()
Returns the attached
ClusterEnvironment. |
| Modifier and Type | Method and Description |
|---|---|
ClusterOptions |
ClusterOptions.environment(ClusterEnvironment environment) |
| 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 © 2020 Couchbase, Inc.. All rights reserved.