Package org.elasticsearch.test
Class MockHttpTransport.TestPlugin
- java.lang.Object
-
- org.elasticsearch.plugins.Plugin
-
- org.elasticsearch.test.MockHttpTransport.TestPlugin
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- MockHttpTransport
public static class MockHttpTransport.TestPlugin extends Plugin
Marker plugin used byMockNode
to enableMockHttpTransport
.
-
-
Constructor Summary
Constructors Constructor Description TestPlugin()
-
Method Summary
-
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
-
-