public class KubernetesDiscoveryPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.DiscoveryPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KUBERNETES |
| Constructor and Description |
|---|
KubernetesDiscoveryPlugin(org.elasticsearch.common.settings.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.common.settings.Settings |
additionalSettings() |
java.util.List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
java.util.Map<java.lang.String,java.util.function.Supplier<org.elasticsearch.discovery.zen.UnicastHostsProvider>> |
getZenHostsProviders(org.elasticsearch.transport.TransportService transportService,
org.elasticsearch.common.network.NetworkService networkService) |
close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModulepublic static final java.lang.String KUBERNETES
public KubernetesDiscoveryPlugin(org.elasticsearch.common.settings.Settings settings)
public java.util.Map<java.lang.String,java.util.function.Supplier<org.elasticsearch.discovery.zen.UnicastHostsProvider>> getZenHostsProviders(org.elasticsearch.transport.TransportService transportService,
org.elasticsearch.common.network.NetworkService networkService)
getZenHostsProviders in interface org.elasticsearch.plugins.DiscoveryPluginpublic java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()
getSettings in class org.elasticsearch.plugins.Pluginpublic org.elasticsearch.common.settings.Settings additionalSettings()
additionalSettings in class org.elasticsearch.plugins.PluginCopyright © 2015-2018. All Rights Reserved.