|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.index.settings.IndexSettingsProvider
public class IndexSettingsProvider
A wrapper around the IndexSettingsService allowing to get the current
settings associated with an index (thus, allowing to change those settings and
new shards will use the new settings).
| Constructor Summary | |
|---|---|
IndexSettingsProvider(IndexSettingsService indexSettingsService)
|
|
| Method Summary | |
|---|---|
Settings |
get()
Provides an instance of T. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public IndexSettingsProvider(IndexSettingsService indexSettingsService)
| Method Detail |
|---|
public Settings get()
ProviderT. Must never return null.
get in interface Provider<Settings>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||