Package | Description |
---|---|
org.elasticsearch.cluster | |
org.elasticsearch.cluster.service | |
org.elasticsearch.common.component | |
org.elasticsearch.indices.breaker |
Modifier and Type | Method and Description |
---|---|
void |
ClusterService.addInitialStateBlock(ClusterBlock block)
Adds an initial block to be set on the first cluster state created.
|
void |
ClusterService.removeInitialStateBlock(ClusterBlock block)
Remove an initial block to be set on the first cluster state created.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalClusterService.addInitialStateBlock(ClusterBlock block) |
void |
InternalClusterService.removeInitialStateBlock(ClusterBlock block) |
Modifier and Type | Method and Description |
---|---|
boolean |
Lifecycle.canMoveToClosed() |
boolean |
Lifecycle.canMoveToStarted() |
boolean |
Lifecycle.canMoveToStopped() |
boolean |
Lifecycle.moveToClosed() |
boolean |
Lifecycle.moveToStarted() |
boolean |
Lifecycle.moveToStopped() |
Modifier and Type | Method and Description |
---|---|
static void |
HierarchyCircuitBreakerService.validateSettings(BreakerSettings[] childrenSettings)
Validate that child settings are valid
|
Copyright © 2009–2015. All rights reserved.