Uses of Class
com.couchbase.client.java.env.ClusterEnvironment
-
Packages that use ClusterEnvironment 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 in com.couchbase.client.java
Methods in com.couchbase.client.java that return ClusterEnvironment Modifier and Type Method Description ClusterEnvironmentAsyncBucket. environment()Returns the attachedClusterEnvironment.ClusterEnvironmentAsyncCluster. environment()Provides access to the configuredClusterEnvironmentfor this cluster.ClusterEnvironmentAsyncCollection. environment()Provides access to the underlyingClusterEnvironment.ClusterEnvironmentAsyncScope. environment()Provides access to the configuredClusterEnvironmentfor this scope.ClusterEnvironmentBucket. environment()Returns the attachedClusterEnvironment.ClusterEnvironmentCluster. environment()Provides access to the usedClusterEnvironment.ClusterEnvironmentClusterOptions.Built. environment()ClusterEnvironmentCollection. environment()Provides access to the underlyingClusterEnvironment.ClusterEnvironmentReactiveBucket. environment()Returns the attachedClusterEnvironment.ClusterEnvironmentReactiveCluster. environment()Provides access to the configuredClusterEnvironmentfor this cluster.ClusterEnvironmentReactiveCollection. environment()Provides access to the underlyingClusterEnvironment.ClusterEnvironmentReactiveScope. environment()Provides access to the configuredClusterEnvironmentfor this scope.ClusterEnvironmentScope. environment()Provides access to the configuredClusterEnvironmentfor this scope.Methods in com.couchbase.client.java with parameters of type ClusterEnvironment Modifier and Type Method Description ClusterOptionsClusterOptions. environment(ClusterEnvironment environment) -
Uses of ClusterEnvironment in com.couchbase.client.java.env
Methods in com.couchbase.client.java.env that return ClusterEnvironment Modifier and Type Method Description ClusterEnvironmentClusterEnvironment.Builder. build()Turns this builder into a realClusterEnvironment.static ClusterEnvironmentClusterEnvironment. create()Creates a newClusterEnvironmentwith default settings.
-