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 -
Method Summary
Modifier and TypeMethodDescriptionList<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, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTransportInterceptorsin interfaceorg.opensearch.plugins.NetworkPlugin
-