Uses of Class
com.couchbase.client.java.diagnostics.WaitUntilReadyOptions
-
Packages that use WaitUntilReadyOptions Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.diagnostics -
-
Uses of WaitUntilReadyOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type WaitUntilReadyOptions Modifier and Type Method Description CompletableFuture<Void>AsyncBucket. waitUntilReady(Duration timeout, WaitUntilReadyOptions options)Waits until the desiredClusterStateis reached.CompletableFuture<Void>AsyncCluster. waitUntilReady(Duration timeout, WaitUntilReadyOptions options)Waits until the desiredClusterStateis reached.voidBucket. waitUntilReady(Duration timeout, WaitUntilReadyOptions options)Waits until the desiredClusterStateis reached.voidCluster. waitUntilReady(Duration timeout, WaitUntilReadyOptions options)Waits until the desiredClusterStateis reached.Mono<Void>ReactiveBucket. waitUntilReady(Duration timeout, WaitUntilReadyOptions options)Waits until the desiredClusterStateis reached.Mono<Void>ReactiveCluster. waitUntilReady(Duration timeout, WaitUntilReadyOptions options)Waits until the desiredClusterStateis reached. -
Uses of WaitUntilReadyOptions in com.couchbase.client.java.diagnostics
Methods in com.couchbase.client.java.diagnostics that return WaitUntilReadyOptions Modifier and Type Method Description WaitUntilReadyOptionsWaitUntilReadyOptions. desiredState(ClusterState desiredState)Allows to customize the desired state to wait for.WaitUntilReadyOptionsWaitUntilReadyOptions. serviceTypes(ServiceType... serviceTypes)Allows to customize the set of services to wait for.WaitUntilReadyOptionsWaitUntilReadyOptions. serviceTypes(Set<ServiceType> serviceTypes)Allows to customize the set of services to wait for.static WaitUntilReadyOptionsWaitUntilReadyOptions. waitUntilReadyOptions()Creates a new set ofWaitUntilReadyOptions.
-