Class ESIntegTestCase.AssertActionNamePlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.ESIntegTestCase.AssertActionNamePlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.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
    AssertActionNamePlugin()  
  • Method Summary

    Modifier and Type Method Description
    java.util.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, 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

  • Method Details

    • getTransportInterceptors

      public java.util.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