Package org.elasticsearch.test
Class IndexSettingsModule
java.lang.Object
org.elasticsearch.common.inject.AbstractModule
org.elasticsearch.test.IndexSettingsModule
- All Implemented Interfaces:
org.elasticsearch.common.inject.Module
public class IndexSettingsModule
extends org.elasticsearch.common.inject.AbstractModule
-
Constructor Summary
Constructors Constructor Description IndexSettingsModule(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings)
-
Method Summary
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)
Methods inherited from class org.elasticsearch.common.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
IndexSettingsModule
public IndexSettingsModule(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings)
-
-
Method Details
-
configure
protected void configure()- Specified by:
configure
in classorg.elasticsearch.common.inject.AbstractModule
-
newIndexSettings
public static org.elasticsearch.index.IndexSettings newIndexSettings(java.lang.String index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.Setting<?>... setting) -
newIndexSettings
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.Setting<?>... setting) -
newIndexSettings
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) -
newIndexSettings
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings) -
newIndexSettings
public static org.elasticsearch.index.IndexSettings newIndexSettings(org.elasticsearch.cluster.metadata.IndexMetadata indexMetadata, org.elasticsearch.common.settings.Setting<?>... setting)
-