Package org.elasticsearch.test
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 -
Method Summary
Modifier and TypeMethodDescriptionList<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, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, 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 interfaceorg.elasticsearch.plugins.NetworkPlugin
-