Uses of Enum
com.couchbase.client.core.diagnostics.ClusterState
Package
Description
-
Uses of ClusterState in com.couchbase.client.core
Modifier 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
Modifier and TypeMethodDescriptionCoreCouchbaseOps.waitUntilReady
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, String bucketName) -
Uses of ClusterState in com.couchbase.client.core.diagnostics
Modifier 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.Modifier and TypeMethodDescriptionstatic CompletableFuture<Void>
WaitUntilReadyHelper.waitUntilReady
(Core core, Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName) ModifierConstructorDescriptionWaitUntilReadyContext
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName, Map<ServiceType, List<EndpointDiagnostics>> diagnostics, WaitUntilReadyHelper.WaitUntilReadyState state, Set<RequestTarget> remainingPingTargets)