public class WaitUntilReadyContext extends AbstractContext
Context.ExportFormat
Constructor and Description |
---|
WaitUntilReadyContext(Set<ServiceType> serviceTypes,
Duration timeout,
ClusterState desiredState,
Optional<String> bucketName,
Map<ServiceType,List<EndpointDiagnostics>> diagnostics,
WaitUntilReadyHelper.WaitUntilReadyState state) |
Modifier and Type | Method and 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.
|
exportAsString, toString
public WaitUntilReadyContext(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, Optional<String> bucketName, Map<ServiceType,List<EndpointDiagnostics>> diagnostics, WaitUntilReadyHelper.WaitUntilReadyState state)
public void injectExportableParams(Map<String,Object> input)
AbstractContext
injectExportableParams
in class AbstractContext
input
- pass exportable params in here.Copyright © 2021 Couchbase, Inc.. All rights reserved.