public static class AssertingLocalTransport.TestPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.NetworkPlugin
Constructor and Description |
---|
TestPlugin() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
java.util.Map<java.lang.String,java.util.function.Supplier<org.elasticsearch.transport.Transport>> |
getTransports(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.common.network.NetworkService networkService) |
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
public java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()
getSettings
in class org.elasticsearch.plugins.Plugin
public java.util.Map<java.lang.String,java.util.function.Supplier<org.elasticsearch.transport.Transport>> getTransports(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, org.elasticsearch.common.network.NetworkService networkService)
getTransports
in interface org.elasticsearch.plugins.NetworkPlugin