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
Methods 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.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) -
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. -
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.