Uses of Enum
com.couchbase.client.core.endpoint.CircuitBreaker.State
Packages that use CircuitBreaker.State
-
Uses of CircuitBreaker.State in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics that return CircuitBreaker.StateModifier and TypeMethodDescriptionEndpointDiagnostics.circuitBreakerState()
The current state of the endpoint's circuit breakerConstructors in com.couchbase.client.core.diagnostics with parameters of type CircuitBreaker.StateModifierConstructorDescriptionEndpointDiagnostics
(ServiceType type, EndpointState state, CircuitBreaker.State circuitBreakerState, String local, String remote, Optional<String> namespace, Optional<Long> lastActivityUs, Optional<String> id, Optional<Throwable> lastConnectAttemptFailure) -
Uses of CircuitBreaker.State in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return CircuitBreaker.StateModifier and TypeMethodDescriptionCircuitBreaker.state()
Returns the current state of the circuit breaker.NoopCircuitBreaker.state()
static CircuitBreaker.State
Returns the enum constant of this type with the specified name.static CircuitBreaker.State[]
CircuitBreaker.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.