Uses of Class
com.couchbase.client.core.diagnostics.EndpointDiagnostics
Packages that use EndpointDiagnostics
Package
Description
-
Uses of EndpointDiagnostics in com.couchbase.client.core
Methods in com.couchbase.client.core that return types with arguments of type EndpointDiagnostics -
Uses of EndpointDiagnostics in com.couchbase.client.core.diagnostics
Fields in com.couchbase.client.core.diagnostics declared as EndpointDiagnosticsMethods in com.couchbase.client.core.diagnostics that return types with arguments of type EndpointDiagnosticsModifier and TypeMethodDescriptionDiagnosticsResult.endpoints()Returns the diagnostic reports of each individual endpoint.Constructors in com.couchbase.client.core.diagnostics with parameters of type EndpointDiagnosticsModifierConstructorDescriptionInternalEndpointDiagnostics(EndpointDiagnostics internal, AuthenticationStatus authenticationStatus, Throwable tlsHandshakeFailure) Constructor parameters in com.couchbase.client.core.diagnostics with type arguments of type EndpointDiagnosticsModifierConstructorDescriptionDiagnosticsResult(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
Methods in com.couchbase.client.core.endpoint that return EndpointDiagnosticsModifier 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
Methods in com.couchbase.client.core.node that return types with arguments of type EndpointDiagnostics -
Uses of EndpointDiagnostics in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return types with arguments of type EndpointDiagnosticsModifier and TypeMethodDescriptionService.diagnostics()Returns diagnostics information for this service.