public interface ConfigChangeListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInitialized() |
void |
onChange(String event,
org.elasticsearch.common.settings.Settings settings) |
void |
validate(String event,
org.elasticsearch.common.settings.Settings settings) |
void onChange(String event, org.elasticsearch.common.settings.Settings settings)
void validate(String event, org.elasticsearch.common.settings.Settings settings) throws org.elasticsearch.ElasticsearchSecurityException
org.elasticsearch.ElasticsearchSecurityExceptionboolean isInitialized()
Copyright © 2015–2016. All rights reserved.