Uses of Class
org.elasticsearch.plugins.PluginsService
-
Packages that use PluginsService Package Description org.elasticsearch.action.admin.cluster.node.reload org.elasticsearch.indices org.elasticsearch.node -
-
Uses of PluginsService in org.elasticsearch.action.admin.cluster.node.reload
Constructors in org.elasticsearch.action.admin.cluster.node.reload with parameters of type PluginsService Constructor Description TransportNodesReloadSecureSettingsAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, Environment environment, PluginsService pluginService) -
Uses of PluginsService in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type PluginsService Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories) -
Uses of PluginsService in org.elasticsearch.node
Methods in org.elasticsearch.node that return PluginsService Modifier and Type Method Description protected PluginsServiceNode. getPluginsService()ThePluginsServiceused to build this node's components.
-