Package org.elasticsearch.test.transport
Class MockTransportService.TestPlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.transport.MockTransportService.TestPlugin
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- MockTransportService
public static class MockTransportService.TestPlugin
extends org.elasticsearch.plugins.Plugin
-
Constructor Summary
Constructors Constructor Description TestPlugin() -
Method Summary
Modifier and Type Method Description java.util.List<org.elasticsearch.common.settings.Setting<?>>getSettings()Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettingsFilter, getSettingUpgraders, onIndexModule
-
Constructor Details
-
TestPlugin
public TestPlugin()
-
-
Method Details
-
getSettings
public java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()- Overrides:
getSettingsin classorg.elasticsearch.plugins.Plugin
-