Package | Description |
---|---|
org.elasticsearch.common.breaker | |
org.elasticsearch.indices.breaker |
Modifier and Type | Method and Description |
---|---|
double |
MemoryCircuitBreaker.addEstimateBytesAndMaybeBreak(long bytes,
String label)
Add a number of bytes, tripping the circuit breaker if the aggregated
estimates are above the limit.
|
double |
ChildMemoryCircuitBreaker.addEstimateBytesAndMaybeBreak(long bytes,
String label)
Add a number of bytes, tripping the circuit breaker if the aggregated
estimates are above the limit.
|
double |
CircuitBreaker.addEstimateBytesAndMaybeBreak(long bytes,
String label)
add bytes to the breaker and maybe trip
|
double |
NoopCircuitBreaker.addEstimateBytesAndMaybeBreak(long bytes,
String label) |
void |
MemoryCircuitBreaker.circuitBreak(String fieldName,
long bytesNeeded)
Method used to trip the breaker
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchyCircuitBreakerService.checkParentLimit(String label)
Checks whether the parent breaker has been tripped
|
Copyright © 2009–2015. All rights reserved.