Uses of Class
com.couchbase.client.java.diagnostics.WaitUntilReadyOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of WaitUntilReadyOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncBucket.waitUntilReady
(Duration timeout, WaitUntilReadyOptions options) Waits until the desiredClusterState
is reached.AsyncCluster.waitUntilReady
(Duration timeout, WaitUntilReadyOptions options) Waits until the desiredClusterState
is reached.void
Bucket.waitUntilReady
(Duration timeout, WaitUntilReadyOptions options) Waits until the desiredClusterState
is reached.void
Cluster.waitUntilReady
(Duration timeout, WaitUntilReadyOptions options) Waits until the desiredClusterState
is reached.ReactiveBucket.waitUntilReady
(Duration timeout, WaitUntilReadyOptions options) Waits until the desiredClusterState
is reached.ReactiveCluster.waitUntilReady
(Duration timeout, WaitUntilReadyOptions options) Waits until the desiredClusterState
is reached. -
Uses of WaitUntilReadyOptions in com.couchbase.client.java.diagnostics
Modifier and TypeMethodDescriptionWaitUntilReadyOptions.desiredState
(ClusterState desiredState) Allows to customize the desired state to wait for.WaitUntilReadyOptions.serviceTypes
(ServiceType... serviceTypes) Allows to customize the set of services to wait for.WaitUntilReadyOptions.serviceTypes
(Set<ServiceType> serviceTypes) Allows to customize the set of services to wait for.static WaitUntilReadyOptions
WaitUntilReadyOptions.waitUntilReadyOptions()
Creates a new set ofWaitUntilReadyOptions
.