Uses of Class
org.elasticsearch.common.breaker.CircuitBreaker.Type
-
Packages that use CircuitBreaker.Type Package Description org.elasticsearch.common.breaker org.elasticsearch.indices.breaker -
-
Uses of CircuitBreaker.Type in org.elasticsearch.common.breaker
Methods in org.elasticsearch.common.breaker that return CircuitBreaker.Type Modifier and Type Method Description static CircuitBreaker.TypeCircuitBreaker.Type. parseValue(String value)static CircuitBreaker.TypeCircuitBreaker.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreaker.Type[]CircuitBreaker.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CircuitBreaker.Type in org.elasticsearch.indices.breaker
Fields in org.elasticsearch.indices.breaker with type parameters of type CircuitBreaker.Type Modifier and Type Field Description static Setting<CircuitBreaker.Type>HierarchyCircuitBreakerService. ACCOUNTING_CIRCUIT_BREAKER_TYPE_SETTINGstatic Setting<CircuitBreaker.Type>HierarchyCircuitBreakerService. FIELDDATA_CIRCUIT_BREAKER_TYPE_SETTINGstatic Setting<CircuitBreaker.Type>HierarchyCircuitBreakerService. IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_TYPE_SETTINGstatic Setting<CircuitBreaker.Type>HierarchyCircuitBreakerService. REQUEST_CIRCUIT_BREAKER_TYPE_SETTINGMethods in org.elasticsearch.indices.breaker that return CircuitBreaker.Type Modifier and Type Method Description CircuitBreaker.TypeBreakerSettings. getType()Constructors in org.elasticsearch.indices.breaker with parameters of type CircuitBreaker.Type Constructor Description BreakerSettings(String name, long limitBytes, double overhead, CircuitBreaker.Type type, CircuitBreaker.Durability durability)
-