Package | Description |
---|---|
org.elasticsearch.common.breaker | |
org.elasticsearch.indices.breaker |
Constructor and Description |
---|
ChildMemoryCircuitBreaker(BreakerSettings settings,
ChildMemoryCircuitBreaker oldBreaker,
ESLogger logger,
HierarchyCircuitBreakerService parent,
CircuitBreaker.Name name)
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
|
ChildMemoryCircuitBreaker(BreakerSettings settings,
ESLogger logger,
HierarchyCircuitBreakerService parent,
CircuitBreaker.Name name)
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
|
Modifier and Type | Method and Description |
---|---|
static void |
HierarchyCircuitBreakerService.validateSettings(BreakerSettings[] childrenSettings)
Validate that child settings are valid
|
Copyright © 2009–2015. All rights reserved.