|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
|
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()
get
in interface org.elasticsearch.common.inject.Provider<Settings>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |