Uses of Class
com.couchbase.client.java.diagnostics.DiagnosticsOptions
-
Packages that use DiagnosticsOptions Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.diagnostics -
-
Uses of DiagnosticsOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type DiagnosticsOptions Modifier and Type Method Description CompletableFuture<DiagnosticsResult>
AsyncCluster. diagnostics(DiagnosticsOptions options)
Runs a diagnostic report with custom options on the current state of the cluster from the SDKs point of view.DiagnosticsResult
Cluster. diagnostics(DiagnosticsOptions options)
Runs a diagnostic report with custom options on the current state of the cluster from the SDKs point of view.Mono<DiagnosticsResult>
ReactiveCluster. diagnostics(DiagnosticsOptions options)
Runs a diagnostic report with custom options on the current state of the cluster from the SDKs point of view. -
Uses of DiagnosticsOptions in com.couchbase.client.java.diagnostics
Methods in com.couchbase.client.java.diagnostics that return DiagnosticsOptions Modifier and Type Method Description static DiagnosticsOptions
DiagnosticsOptions. diagnosticsOptions()
Creates a new set ofDiagnosticsOptions
.DiagnosticsOptions
DiagnosticsOptions. reportId(String reportId)
Sets a custom report ID that will be used in the report.
-