Class WaitUntilReadyContext
java.lang.Object
com.couchbase.client.core.cnc.AbstractContext
com.couchbase.client.core.diagnostics.WaitUntilReadyContext
- All Implemented Interfaces:
Context
public class WaitUntilReadyContext extends AbstractContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Context
Context.ExportFormat
-
Constructor Summary
Constructors Constructor Description WaitUntilReadyContext(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName, Map<ServiceType,List<EndpointDiagnostics>> diagnostics, WaitUntilReadyHelper.WaitUntilReadyState state)
-
Method Summary
Modifier and Type Method Description void
injectExportableParams(Map<String,Object> input)
This method needs to be implemented by the actual context implementations to inject the params they need for exporting.Methods inherited from class com.couchbase.client.core.cnc.AbstractContext
exportAsString, toString
-
Constructor Details
-
WaitUntilReadyContext
public WaitUntilReadyContext(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName, Map<ServiceType,List<EndpointDiagnostics>> diagnostics, WaitUntilReadyHelper.WaitUntilReadyState state)
-
-
Method Details
-
injectExportableParams
Description copied from class:AbstractContext
This method needs to be implemented by the actual context implementations to inject the params they need for exporting.- Overrides:
injectExportableParams
in classAbstractContext
- Parameters:
input
- pass exportable params in here.
-