Package org.elasticsearch.test
Class InternalSettingsPlugin
- java.lang.Object
-
- org.elasticsearch.plugins.Plugin
-
- org.elasticsearch.test.InternalSettingsPlugin
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public final class InternalSettingsPlugin extends Plugin
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.lang.Long>INDEX_CREATION_DATE_SETTINGstatic Setting<java.lang.Boolean>MERGE_ENABLEDstatic Setting<java.lang.String>PROVIDED_NAME_SETTINGstatic Setting<TimeValue>TRANSLOG_RETENTION_CHECK_INTERVAL_SETTING
-
Constructor Summary
Constructors Constructor Description InternalSettingsPlugin()
-
Method Summary
Modifier and Type Method Description java.util.List<Setting<?>>getSettings()-
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettingsFilter, getSettingUpgraders, onIndexModule
-
-
-
-
Method Detail
-
getSettings
public java.util.List<Setting<?>> getSettings()
- Overrides:
getSettingsin classPlugin
-
-