Uses of Class
org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
Packages that use HierarchyCircuitBreakerService Package Description org.elasticsearch.common.breaker -
-
Uses of HierarchyCircuitBreakerService in org.elasticsearch.common.breaker
Constructors in org.elasticsearch.common.breaker with parameters of type HierarchyCircuitBreakerService Constructor Description ChildMemoryCircuitBreaker(BreakerSettings settings, org.apache.logging.log4j.Logger logger, HierarchyCircuitBreakerService parent, String name)Create a circuit breaker that will break if the number of estimated bytes grows above the limit.ChildMemoryCircuitBreaker(BreakerSettings settings, ChildMemoryCircuitBreaker oldBreaker, org.apache.logging.log4j.Logger logger, HierarchyCircuitBreakerService parent, String name)Create a circuit breaker that will break if the number of estimated bytes grows above the limit.
-