Package org.elasticsearch.test.store
Class MockFSIndexStore.TestPlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.store.MockFSIndexStore.TestPlugin
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.elasticsearch.plugins.IndexStorePlugin
- Enclosing class:
- MockFSIndexStore
public static class MockFSIndexStore.TestPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.IndexStorePlugin
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description TestPlugin() -
Method Summary
Modifier and Type Method Description org.elasticsearch.common.settings.SettingsadditionalSettings()java.util.Map<java.lang.String,org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory>getDirectoryFactories()java.util.List<org.elasticsearch.common.settings.Setting<?>>getSettings()voidonIndexModule(org.elasticsearch.index.IndexModule indexModule)Methods inherited from class org.elasticsearch.plugins.Plugin
close, createComponents, createGuiceModules, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettingsFilter, getSettingUpgraders
-
Constructor Details
-
TestPlugin
public TestPlugin()
-
-
Method Details
-
additionalSettings
public org.elasticsearch.common.settings.Settings additionalSettings()- Overrides:
additionalSettingsin classorg.elasticsearch.plugins.Plugin
-
getSettings
public java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()- Overrides:
getSettingsin classorg.elasticsearch.plugins.Plugin
-
getDirectoryFactories
public java.util.Map<java.lang.String,org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory> getDirectoryFactories()- Specified by:
getDirectoryFactoriesin interfaceorg.elasticsearch.plugins.IndexStorePlugin
-
onIndexModule
public void onIndexModule(org.elasticsearch.index.IndexModule indexModule)- Overrides:
onIndexModulein classorg.elasticsearch.plugins.Plugin
-