| Package | Description |
|---|---|
| org.elasticsearch.common.breaker | |
| org.elasticsearch.indices.breaker |
| Modifier and Type | Method and Description |
|---|---|
static CircuitBreaker.Type |
CircuitBreaker.Type.parseValue(String value) |
static CircuitBreaker.Type |
CircuitBreaker.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircuitBreaker.Type[] |
CircuitBreaker.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CircuitBreaker.Type |
BreakerSettings.getType() |
| Constructor and Description |
|---|
BreakerSettings(String name,
long limitBytes,
double overhead,
CircuitBreaker.Type type) |
Copyright © 2009–2017. All rights reserved.