| Package | Description |
|---|---|
| com.couchbase.client.core | |
| com.couchbase.client.core.api | |
| com.couchbase.client.core.diagnostics |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
CoreCouchbaseOps.waitUntilReady(Set<ServiceType> serviceTypes,
Duration timeout,
ClusterState desiredState,
String bucketName) |
| 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,
Optional<String> bucketName) |
| Constructor and Description |
|---|
WaitUntilReadyContext(Set<ServiceType> serviceTypes,
Duration timeout,
ClusterState desiredState,
Optional<String> bucketName,
Map<ServiceType,List<EndpointDiagnostics>> diagnostics,
WaitUntilReadyHelper.WaitUntilReadyState state,
Set<RequestTarget> remainingPingTargets) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.