Class MockTransportService.TestPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.transport.MockTransportService.TestPlugin
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
MockTransportService

public static class MockTransportService.TestPlugin extends org.elasticsearch.plugins.Plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, 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()
  • Method Details

    • getSettings

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