Uses of Interface
com.couchbase.client.core.endpoint.CircuitBreaker
Package | Description |
---|---|
com.couchbase.client.core.endpoint |
-
Uses of CircuitBreaker in com.couchbase.client.core.endpoint
Classes in com.couchbase.client.core.endpoint that implement CircuitBreaker Modifier and Type Class Description class
NoopCircuitBreaker
A simple noop implementation of theCircuitBreaker
if disabled by the user.Methods in com.couchbase.client.core.endpoint that return CircuitBreaker Modifier and Type Method Description CircuitBreaker
EndpointContext. circuitBreaker()
Constructors in com.couchbase.client.core.endpoint with parameters of type CircuitBreaker Constructor Description EndpointContext(CoreContext ctx, HostAndPort remoteSocket, CircuitBreaker circuitBreaker, ServiceType serviceType, Optional<HostAndPort> localSocket, Optional<String> bucket, Optional<String> channelId)
Creates a newEndpointContext
.