Package org.elasticsearch.test
Class ESIntegTestCase.AssertActionNamePlugin
- java.lang.Object
-
- org.elasticsearch.plugins.Plugin
-
- org.elasticsearch.test.ESIntegTestCase.AssertActionNamePlugin
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,NetworkPlugin
- Enclosing class:
- ESIntegTestCase
public static final class ESIntegTestCase.AssertActionNamePlugin extends Plugin implements NetworkPlugin
-
-
Constructor Summary
Constructors Constructor Description AssertActionNamePlugin()
-
Method Summary
Modifier and Type Method Description java.util.List<TransportInterceptor>
getTransportInterceptors(NamedWriteableRegistry namedWriteableRegistry, ThreadContext threadContext)
-
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
-
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
-
-
-
-
Method Detail
-
getTransportInterceptors
public java.util.List<TransportInterceptor> getTransportInterceptors(NamedWriteableRegistry namedWriteableRegistry, ThreadContext threadContext)
- Specified by:
getTransportInterceptors
in interfaceNetworkPlugin
-
-