Uses of Enum
com.couchbase.client.core.diagnostics.ClusterState
Packages that use ClusterState
Package
Description
-
Uses of ClusterState in com.couchbase.client.core
Methods in com.couchbase.client.core with parameters of type ClusterStateModifier and TypeMethodDescriptionCore.waitUntilReady
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, String bucketName) CoreProtostellar.waitUntilReady
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, String bucketName) -
Uses of ClusterState in com.couchbase.client.core.api
Methods in com.couchbase.client.core.api with parameters of type ClusterStateModifier and TypeMethodDescriptionCoreCouchbaseOps.waitUntilReady
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, String bucketName) -
Uses of ClusterState in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics that return ClusterStateModifier and TypeMethodDescriptionDiagnosticsResult.state()
Returns the aggregated and simplified cluster state.static ClusterState
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 ClusterStateModifier and TypeMethodDescriptionstatic 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 ClusterStateModifierConstructorDescriptionWaitUntilReadyContext
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName, Map<ServiceType, List<EndpointDiagnostics>> diagnostics, WaitUntilReadyHelper.WaitUntilReadyState state, Set<RequestTarget> remainingPingTargets)