Uses of Interface
com.couchbase.client.core.endpoint.CircuitBreaker
Packages that use CircuitBreaker
-
Uses of CircuitBreaker in com.couchbase.client.core.endpoint
Classes in com.couchbase.client.core.endpoint that implement CircuitBreakerModifier and TypeClassDescriptionclassA simple noop implementation of theCircuitBreakerif disabled by the user.Methods in com.couchbase.client.core.endpoint that return CircuitBreakerConstructors in com.couchbase.client.core.endpoint with parameters of type CircuitBreakerModifierConstructorDescriptionEndpointContext(CoreContext ctx, HostAndPort remoteSocket, CircuitBreaker circuitBreaker, ServiceType serviceType, Optional<HostAndPort> localSocket, Optional<String> bucket, Optional<String> channelId) Creates a newEndpointContext.