public class ConfigSyncPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.ActionPlugin
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ConfigSyncPlugin.PluginComponent |
| コンストラクタと説明 |
|---|
ConfigSyncPlugin() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Collection<Object> |
createComponents(org.elasticsearch.client.Client client,
org.elasticsearch.cluster.service.ClusterService clusterService,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService,
org.elasticsearch.script.ScriptService scriptService,
org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry) |
Collection<Class<? extends org.elasticsearch.common.component.LifecycleComponent>> |
getGuiceServiceClasses() |
List<org.elasticsearch.rest.RestHandler> |
getRestHandlers(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.rest.RestController restController,
org.elasticsearch.common.settings.ClusterSettings clusterSettings,
org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings,
org.elasticsearch.common.settings.SettingsFilter settingsFilter,
org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver,
java.util.function.Supplier<org.elasticsearch.cluster.node.DiscoveryNodes> nodesInCluster) |
List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
additionalSettings, close, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModulepublic List<org.elasticsearch.rest.RestHandler> getRestHandlers(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController restController, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings, org.elasticsearch.common.settings.SettingsFilter settingsFilter, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<org.elasticsearch.cluster.node.DiscoveryNodes> nodesInCluster)
getRestHandlers インタフェース内 org.elasticsearch.plugins.ActionPluginpublic Collection<Class<? extends org.elasticsearch.common.component.LifecycleComponent>> getGuiceServiceClasses()
getGuiceServiceClasses クラス内 org.elasticsearch.plugins.Pluginpublic Collection<Object> createComponents(org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry)
createComponents クラス内 org.elasticsearch.plugins.Pluginpublic List<org.elasticsearch.common.settings.Setting<?>> getSettings()
getSettings クラス内 org.elasticsearch.plugins.PluginCopyright © 2011-2017. All Rights Reserved.