Class OpenSearchIntegTestCase.AssertActionNamePlugin

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

public static final class OpenSearchIntegTestCase.AssertActionNamePlugin extends org.opensearch.plugins.Plugin implements org.opensearch.plugins.NetworkPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class org.opensearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSecureSettingFactory, 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.opensearch.plugins.NetworkPlugin

    getAuxTransports, getHttpTransports, getSecureAuxTransports, getSecureHttpTransports, getSecureTransports, getTransports
  • Constructor Details

    • AssertActionNamePlugin

      public AssertActionNamePlugin()
  • Method Details

    • getTransportInterceptors

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