Uses of Class
com.couchbase.client.java.diagnostics.DiagnosticsOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of DiagnosticsOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCluster.diagnostics
(DiagnosticsOptions options) Runs a diagnostic report with custom options on the current state of the cluster from the SDKs point of view.Cluster.diagnostics
(DiagnosticsOptions options) Runs a diagnostic report with custom options on the current state of the cluster from the SDKs point of view.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
Modifier and TypeMethodDescriptionstatic DiagnosticsOptions
DiagnosticsOptions.diagnosticsOptions()
Creates a new set ofDiagnosticsOptions
.Sets a custom report ID that will be used in the report.