Class ESIntegTestCase.TestSeedPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.ESIntegTestCase.TestSeedPlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable
Enclosing class:
ESIntegTestCase

public static final class ESIntegTestCase.TestSeedPlugin
extends org.elasticsearch.plugins.Plugin
  • Constructor Summary

    Constructors 
    Constructor Description
    TestSeedPlugin()  
  • 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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getSettings

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