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 voidconfigure()static org.elasticsearch.index.IndexSettingsnewIndexSettings(java.lang.String index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.Setting<?>... setting)static org.elasticsearch.index.IndexSettingsnewIndexSettings(org.elasticsearch.cluster.metadata.IndexMetadata indexMetadata, org.elasticsearch.common.settings.Setting<?>... setting)static org.elasticsearch.index.IndexSettingsnewIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings)static org.elasticsearch.index.IndexSettingsnewIndexSettings(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.settings.Setting<?>... setting)static org.elasticsearch.index.IndexSettingsnewIndexSettings(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, requireBindingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndexSettingsModule
public IndexSettingsModule(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings settings)
-
-
Method Details
-
configure
protected void configure()- Specified by:
configurein 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)
-