| Modifier and Type | Method and Description |
|---|---|
Stream<EndpointDiagnostics> |
Core.diagnostics() |
| Modifier and Type | Field and Description |
|---|---|
EndpointDiagnostics |
InternalEndpointDiagnostics.internal |
| Modifier and Type | Method and Description |
|---|---|
Map<ServiceType,List<EndpointDiagnostics>> |
DiagnosticsResult.endpoints()
Returns the diagnostic reports of each individual endpoint.
|
| Constructor and Description |
|---|
InternalEndpointDiagnostics(EndpointDiagnostics internal,
AuthenticationStatus authenticationStatus) |
| Constructor and Description |
|---|
DiagnosticsResult(Map<ServiceType,List<EndpointDiagnostics>> endpoints,
String sdk,
String id)
Creates the new diagnostics report.
|
WaitUntilReadyContext(Set<ServiceType> serviceTypes,
Duration timeout,
ClusterState desiredState,
Optional<String> bucketName,
Map<ServiceType,List<EndpointDiagnostics>> diagnostics,
WaitUntilReadyHelper.WaitUntilReadyState state,
Set<RequestTarget> remainingPingTargets) |
| Modifier and Type | Method and Description |
|---|---|
EndpointDiagnostics |
Endpoint.diagnostics()
Returns diagnostics information for this endpoint.
|
EndpointDiagnostics |
BaseEndpoint.diagnostics()
Collects and assembles the endpoint diagnostics for this specific endpoint.
|
EndpointDiagnostics |
ProtostellarEndpoint.diagnostics() |
| 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 © 2024 Couchbase, Inc.. All rights reserved.