Uses of Class
com.couchbase.client.core.diagnostics.ClusterState
-
Packages that use ClusterState Package Description com.couchbase.client.core.diagnostics -
-
Uses of ClusterState in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics that return ClusterState Modifier and Type Method 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.Methods in com.couchbase.client.core.diagnostics with parameters of type ClusterState Modifier and Type Method Description static CompletableFuture<Void>
WaitUntilReadyHelper. waitUntilReady(Core core, Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName)
Constructors in com.couchbase.client.core.diagnostics with parameters of type ClusterState Constructor Description WaitUntilReadyContext(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName, Map<ServiceType,List<EndpointDiagnostics>> diagnostics, WaitUntilReadyHelper.WaitUntilReadyState state)
-