Uses of Enum
com.couchbase.client.core.endpoint.CircuitBreaker.State
-
Uses of CircuitBreaker.State in com.couchbase.client.core.diagnostics
Modifier and TypeMethodDescriptionEndpointDiagnostics.circuitBreakerState()
The current state of the endpoint's circuit breakerModifierConstructorDescriptionEndpointDiagnostics
(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
Modifier 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.