Uses of Class
org.elasticsearch.common.breaker.CircuitBreakingException
-
Packages that use CircuitBreakingException Package Description org.elasticsearch.common.breaker org.elasticsearch.indices.breaker -
-
Uses of CircuitBreakingException in org.elasticsearch.common.breaker
Methods in org.elasticsearch.common.breaker that throw CircuitBreakingException Modifier and Type Method Description doubleChildMemoryCircuitBreaker. addEstimateBytesAndMaybeBreak(long bytes, String label)Add a number of bytes, tripping the circuit breaker if the aggregated estimates are above the limit.doubleCircuitBreaker. addEstimateBytesAndMaybeBreak(long bytes, String label)add bytes to the breaker and maybe tripdoubleNoopCircuitBreaker. addEstimateBytesAndMaybeBreak(long bytes, String label) -
Uses of CircuitBreakingException in org.elasticsearch.indices.breaker
Methods in org.elasticsearch.indices.breaker that throw CircuitBreakingException Modifier and Type Method Description voidHierarchyCircuitBreakerService. checkParentLimit(long newBytesReserved, String label)Checks whether the parent breaker has been tripped
-