Uses of Class
com.couchbase.client.core.diagnostics.InternalEndpointDiagnostics
-
-
Uses of InternalEndpointDiagnostics in com.couchbase.client.core
Methods in com.couchbase.client.core that return types with arguments of type InternalEndpointDiagnostics Modifier and Type Method Description Stream<InternalEndpointDiagnostics>Core. internalDiagnostics() -
Uses of InternalEndpointDiagnostics in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return InternalEndpointDiagnostics Modifier and Type Method Description InternalEndpointDiagnosticsBaseEndpoint. internalDiagnostics()InternalEndpointDiagnosticsEndpoint. 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 Modifier and Type Method Description Stream<InternalEndpointDiagnostics>Node. internalDiagnostics() -
Uses of InternalEndpointDiagnostics in com.couchbase.client.core.retry
Method parameters in com.couchbase.client.core.retry with type arguments of type InternalEndpointDiagnostics Modifier and Type Method Description static booleanAuthErrorDecider. 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 booleanAuthErrorDecider. 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 Modifier and Type Method Description Stream<InternalEndpointDiagnostics>Service. internalDiagnostics()
-