Uses of Class
com.couchbase.client.core.diagnostics.InternalEndpointDiagnostics
Packages that use InternalEndpointDiagnostics
Package
Description
-
Uses of InternalEndpointDiagnostics in com.couchbase.client.core
Methods in com.couchbase.client.core that return types with arguments of type InternalEndpointDiagnostics -
Uses of InternalEndpointDiagnostics in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return InternalEndpointDiagnosticsModifier and TypeMethodDescriptionBaseEndpoint.internalDiagnostics()
Endpoint.internalDiagnostics()
-
Uses of InternalEndpointDiagnostics in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node that return types with arguments of type InternalEndpointDiagnostics -
Uses of InternalEndpointDiagnostics in com.couchbase.client.core.retry
Method parameters in com.couchbase.client.core.retry with type arguments of type InternalEndpointDiagnosticsModifier and TypeMethodDescriptionstatic boolean
AuthErrorDecider.isAuthError
(List<InternalEndpointDiagnostics> endpointDiagnostics) Determine based on the auth status of all GCCCP endpoints whether there's an authentication problem, such as bad credentials or a bad certificate.static boolean
AuthErrorDecider.isAuthError
(Stream<InternalEndpointDiagnostics> endpointDiagnostics) -
Uses of InternalEndpointDiagnostics in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return types with arguments of type InternalEndpointDiagnostics