Package | Description |
---|---|
org.elasticsearch.cluster |
Modifier and Type | Class and Description |
---|---|
static class |
ClusterStateObserver.EventPredicate |
static class |
ClusterStateObserver.ValidationPredicate |
Modifier and Type | Field and Description |
---|---|
ClusterStateObserver.ChangePredicate |
ClusterStateObserver.MATCH_ALL_CHANGES_PREDICATE |
Modifier and Type | Method and Description |
---|---|
void |
ClusterStateObserver.waitForNextChange(ClusterStateObserver.Listener listener,
ClusterStateObserver.ChangePredicate changePredicate) |
void |
ClusterStateObserver.waitForNextChange(ClusterStateObserver.Listener listener,
ClusterStateObserver.ChangePredicate changePredicate,
TimeValue timeOutValue)
Wait for the next cluster state which satisfies changePredicate
|
Copyright © 2009–2015. All rights reserved.