Class MockInternalClusterInfoService.TestPlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.cluster.MockInternalClusterInfoService.TestPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
MockInternalClusterInfoService
public static class MockInternalClusterInfoService.TestPlugin
extends org.opensearch.plugins.Plugin
This is a marker plugin used to trigger MockNode to use this mock info service.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSecureSettingFactory, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule
-
Constructor Details
-
TestPlugin
public TestPlugin()
-