Modifier and Type | Method and Description |
---|---|
Stream<EndpointDiagnostics> |
Core.diagnostics() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,List<EndpointDiagnostics>> |
DiagnosticsResult.endpoints()
Returns the diagnostic reports of each individual endpoint.
|
Constructor and Description |
---|
DiagnosticsResult(Map<ServiceType,List<EndpointDiagnostics>> endpoints,
String sdk,
String id)
Creates the new diagnostics report.
|
Modifier and Type | Method and Description |
---|---|
EndpointDiagnostics |
BaseEndpoint.diagnostics()
Collects and assembles the endpoint diagnostics for this specific endpoint.
|
EndpointDiagnostics |
Endpoint.diagnostics()
Returns diagnostics information for this endpoint.
|
Modifier and Type | Method and Description |
---|---|
Stream<EndpointDiagnostics> |
Node.diagnostics() |
Modifier and Type | Method and Description |
---|---|
Stream<EndpointDiagnostics> |
Service.diagnostics()
Returns diagnostics information for this service.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.