Package org.elasticsearch.test
Class IndexSettingsModule
java.lang.Object
org.elasticsearch.common.inject.AbstractModule
org.elasticsearch.test.IndexSettingsModule
- All Implemented Interfaces:
Module
public class IndexSettingsModule extends AbstractModule
-
Constructor Summary
Constructors Constructor Description IndexSettingsModule(Index index, Settings settings)
-
Method Summary
Modifier and Type Method Description protected void
configure()
static IndexSettings
newIndexSettings(java.lang.String index, Settings settings, Setting<?>... setting)
static IndexSettings
newIndexSettings(IndexMetaData indexMetaData, Setting<?>... setting)
static IndexSettings
newIndexSettings(Index index, Settings settings, IndexScopedSettings indexScopedSettings)
static IndexSettings
newIndexSettings(Index index, Settings settings, Setting<?>... setting)
static IndexSettings
newIndexSettings(Index index, Settings indexSetting, Settings nodeSettings, 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
-
Method Details
-
configure
protected void configure()- Specified by:
configure
in classAbstractModule
-
newIndexSettings
public static IndexSettings newIndexSettings(java.lang.String index, Settings settings, Setting<?>... setting) -
newIndexSettings
public static IndexSettings newIndexSettings(Index index, Settings settings, Setting<?>... setting) -
newIndexSettings
public static IndexSettings newIndexSettings(Index index, Settings indexSetting, Settings nodeSettings, Setting<?>... setting) -
newIndexSettings
public static IndexSettings newIndexSettings(Index index, Settings settings, IndexScopedSettings indexScopedSettings) -
newIndexSettings
-