Uses of Class
com.couchbase.client.core.endpoint.CircuitBreaker.State
-
Packages that use CircuitBreaker.State Package Description com.couchbase.client.core.endpoint -
-
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.
-