Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.diagnostics |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static DiagnosticsOptions |
DiagnosticsOptions.diagnosticsOptions()
Creates a new set of
DiagnosticsOptions . |
DiagnosticsOptions |
DiagnosticsOptions.reportId(String reportId)
Sets a custom report ID that will be used in the report.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.