Uses of Class
com.couchbase.client.core.endpoint.CircuitBreaker.State
-
Packages that use CircuitBreaker.State Package Description com.couchbase.client.core.diagnostics com.couchbase.client.core.endpoint -
-
Uses of CircuitBreaker.State in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics that return CircuitBreaker.State Modifier and Type Method Description CircuitBreaker.StateEndpointDiagnostics. circuitBreakerState()The current state of the endpoint's circuit breakerConstructors in com.couchbase.client.core.diagnostics with parameters of type CircuitBreaker.State Constructor Description EndpointDiagnostics(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.State Modifier and Type Method Description CircuitBreaker.StateCircuitBreaker. state()Returns the current state of the circuit breaker.CircuitBreaker.StateNoopCircuitBreaker. state()static CircuitBreaker.StateCircuitBreaker.State. valueOf(String name)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.
-