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 org.elasticsearch.plugins.Plugin
Marker plugin used by
MockNode
to enable MockHttpTransport
.-
Constructor Summary
Constructors Constructor Description TestPlugin()
-
Method Summary
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestPlugin
public TestPlugin()
-