java.io.Closeable
, java.lang.AutoCloseable
public final class InternalSettingsPlugin extends Plugin
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 |
|
static Setting<java.lang.Integer> |
VERSION_CREATED |
Constructor | Description |
---|---|
InternalSettingsPlugin() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Setting<?>> |
getSettings() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
public static final Setting<java.lang.Integer> VERSION_CREATED
public static final Setting<java.lang.String> PROVIDED_NAME_SETTING
public static final Setting<java.lang.Boolean> MERGE_ENABLED
public static final Setting<java.lang.Long> INDEX_CREATION_DATE_SETTING
public java.util.List<Setting<?>> getSettings()
getSettings
in class Plugin