Class OpenSearchIntegTestCase.TestSeedPlugin

java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.test.OpenSearchIntegTestCase.TestSeedPlugin
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
OpenSearchIntegTestCase

public static final class OpenSearchIntegTestCase.TestSeedPlugin extends org.opensearch.plugins.Plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.opensearch.common.settings.Setting<?>>
     

    Methods inherited from class org.opensearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSecureSettingFactory, getSettingsFilter, getSettingUpgraders, onIndexModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestSeedPlugin

      public TestSeedPlugin()
  • Method Details

    • getSettings

      public List<org.opensearch.common.settings.Setting<?>> getSettings()
      Overrides:
      getSettings in class org.opensearch.plugins.Plugin