Uses of Class
com.couchbase.client.core.diagnostics.ClusterState
-
Packages that use ClusterState Package Description com.couchbase.client.core com.couchbase.client.core.api com.couchbase.client.core.diagnostics -
-
Uses of ClusterState in com.couchbase.client.core
Methods in com.couchbase.client.core with parameters of type ClusterState Modifier and Type Method Description CompletableFuture<Void>Core. waitUntilReady(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, String bucketName)CompletableFuture<Void>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 ClusterState Modifier and Type Method Description CompletableFuture<Void>CoreCouchbaseOps. 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 ClusterState Modifier and Type Method Description ClusterStateDiagnosticsResult. state()Returns the aggregated and simplified cluster state.static ClusterStateClusterState. 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)
-