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_SETTING
static Setting<java.lang.Boolean>
MERGE_ENABLED
static Setting<java.lang.String>
PROVIDED_NAME_SETTING
static 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, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettingsFilter, getSettingUpgraders, onIndexModule
-
-
-
-
Method Detail
-
getSettings
public java.util.List<Setting<?>> getSettings()
- Overrides:
getSettings
in classPlugin
-
-