Uses of Class
org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Packages that use ChildMemoryCircuitBreaker Package Description org.elasticsearch.common.breaker -
-
Uses of ChildMemoryCircuitBreaker in org.elasticsearch.common.breaker
Constructors in org.elasticsearch.common.breaker with parameters of type ChildMemoryCircuitBreaker Constructor Description 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.
-