Package | Description |
---|---|
com.couchbase.client.core.diagnostics |
Modifier and Type | Method and Description |
---|---|
ClusterState |
DiagnosticsResult.state()
Returns the aggregated and simplified cluster state.
|
static ClusterState |
ClusterState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterState[] |
ClusterState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<Void> |
WaitUntilReadyHelper.waitUntilReady(Core core,
Set<ServiceType> serviceTypes,
Duration timeout,
ClusterState desiredState,
boolean clusterLevel) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.