Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.diagnostics |
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
ReactiveBucket.waitUntilReady(Duration timeout,
WaitUntilReadyOptions options)
Waits until the desired
ClusterState is reached. |
void |
Bucket.waitUntilReady(Duration timeout,
WaitUntilReadyOptions options)
Waits until the desired
ClusterState is reached. |
Mono<Void> |
ReactiveCluster.waitUntilReady(Duration timeout,
WaitUntilReadyOptions options)
Waits until the desired
ClusterState is reached. |
CompletableFuture<Void> |
AsyncCluster.waitUntilReady(Duration timeout,
WaitUntilReadyOptions options)
Waits until the desired
ClusterState is reached. |
void |
Cluster.waitUntilReady(Duration timeout,
WaitUntilReadyOptions options)
Waits until the desired
ClusterState is reached. |
CompletableFuture<Void> |
AsyncBucket.waitUntilReady(Duration timeout,
WaitUntilReadyOptions options)
Waits until the desired
ClusterState is reached. |
Modifier and Type | Method and Description |
---|---|
WaitUntilReadyOptions |
WaitUntilReadyOptions.desiredState(ClusterState desiredState)
Allows to customize the desired state to wait for.
|
WaitUntilReadyOptions |
WaitUntilReadyOptions.serviceTypes(ServiceType... serviceTypes)
Allows to customize the set of services to wait for.
|
WaitUntilReadyOptions |
WaitUntilReadyOptions.serviceTypes(Set<ServiceType> serviceTypes)
Allows to customize the set of services to wait for.
|
static WaitUntilReadyOptions |
WaitUntilReadyOptions.waitUntilReadyOptions()
Creates a new set of
WaitUntilReadyOptions . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.