Uses of Class
com.couchbase.client.core.diagnostics.EndpointDiagnostics
Package
Description
-
Uses of EndpointDiagnostics in com.couchbase.client.core
-
Uses of EndpointDiagnostics in com.couchbase.client.core.diagnostics
Modifier and TypeMethodDescriptionDiagnosticsResult.endpoints()
Returns the diagnostic reports of each individual endpoint.ModifierConstructorDescriptionInternalEndpointDiagnostics
(EndpointDiagnostics internal, AuthenticationStatus authenticationStatus, Throwable tlsHandshakeFailure) ModifierConstructorDescriptionDiagnosticsResult
(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) -
Uses of EndpointDiagnostics in com.couchbase.client.core.endpoint
Modifier and TypeMethodDescriptionBaseEndpoint.diagnostics()
Collects and assembles the endpoint diagnostics for this specific endpoint.Endpoint.diagnostics()
Returns diagnostics information for this endpoint.ProtostellarEndpoint.diagnostics()
-
Uses of EndpointDiagnostics in com.couchbase.client.core.node
-
Uses of EndpointDiagnostics in com.couchbase.client.core.service
Modifier and TypeMethodDescriptionService.diagnostics()
Returns diagnostics information for this service.