public class IndexSettingsModule
extends org.elasticsearch.common.inject.AbstractModule
Constructor | Description |
---|---|
IndexSettingsModule(org.elasticsearch.index.Index index,
org.elasticsearch.common.settings.Settings settings) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
configure() |
|
static org.elasticsearch.index.IndexSettings |
newIndexSettings(java.lang.String index,
org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.settings.Setting<?>... setting) |
|
static org.elasticsearch.index.IndexSettings |
newIndexSettings(org.elasticsearch.cluster.metadata.IndexMetaData indexMetaData,
org.elasticsearch.common.settings.Setting<?>... setting) |
|
static org.elasticsearch.index.IndexSettings |
newIndexSettings(org.elasticsearch.index.Index index,
org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings) |
|
static org.elasticsearch.index.IndexSettings |
newIndexSettings(org.elasticsearch.index.Index index,
org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.settings.Setting<?>... setting) |
|
static org.elasticsearch.index.IndexSettings |
newIndexSettings(org.elasticsearch.index.Index index,
org.elasticsearch.common.settings.Settings indexSetting,
org.elasticsearch.common.settings.Settings nodeSettings,
org.elasticsearch.common.settings.Setting<?>... setting) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public IndexSettingsModule(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings)
protected void configure()
configure
in class org.elasticsearch.common.inject.AbstractModule
public static org.elasticsearch.index.IndexSettings newIndexSettings(java.lang.String index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.Setting<?>... setting)
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.Setting<?>... setting)
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings indexSetting, org.elasticsearch.common.settings.Settings nodeSettings, org.elasticsearch.common.settings.Setting<?>... setting)
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings)
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.cluster.metadata.IndexMetaData indexMetaData, org.elasticsearch.common.settings.Setting<?>... setting)