Class WaitUntilReadyOptions
java.lang.Object
com.couchbase.client.java.diagnostics.WaitUntilReadyOptions
Allows to customize the diagnostics report.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuild()desiredState(ClusterState desiredState) Allows to customize the desired state to wait for.serviceTypes(ServiceType... serviceTypes) Allows to customize the set of services to wait for.serviceTypes(Set<ServiceType> serviceTypes) Allows to customize the set of services to wait for.static WaitUntilReadyOptionsCreates a new set ofWaitUntilReadyOptions.
- 
Method Details- 
waitUntilReadyOptionsCreates a new set ofWaitUntilReadyOptions.- Returns:
- options to customize.
 
- 
serviceTypesAllows to customize the set of services to wait for.If no set is provided, all possible services are waited for. - Parameters:
- serviceTypes- the service types that should be waited for. If none are specified, wait for all.
- Returns:
- the WaitUntilReadyOptionsto allow method chaining.
 
- 
serviceTypesAllows to customize the set of services to wait for.If no service types are provided, all possible services are waited for. - Parameters:
- serviceTypes- the service types that should be waited for. If none are specified, wait for all.
- Returns:
- the WaitUntilReadyOptionsto allow method chaining.
 
- 
desiredStateAllows to customize the desired state to wait for.- Parameters:
- desiredState- the state the sdk should wait for.
- Returns:
- the WaitUntilReadyOptionsto allow method chaining.
 
- 
build
 
-