Class ESIntegTestCase.AssertActionNamePlugin

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

public static final class ESIntegTestCase.AssertActionNamePlugin extends org.elasticsearch.plugins.Plugin implements org.elasticsearch.plugins.NetworkPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.elasticsearch.transport.TransportInterceptor>
    getTransportInterceptors(org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
     

    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

    Methods inherited from interface org.elasticsearch.plugins.NetworkPlugin

    getHttpTransports, getTransports
  • Constructor Details

    • AssertActionNamePlugin

      public AssertActionNamePlugin()
  • Method Details

    • getTransportInterceptors

      public List<org.elasticsearch.transport.TransportInterceptor> getTransportInterceptors(org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
      Specified by:
      getTransportInterceptors in interface org.elasticsearch.plugins.NetworkPlugin