Uses of Class
org.elasticsearch.plugins.PluginInfo
-
Packages that use PluginInfo Package Description org.elasticsearch.action.admin.cluster.node.info org.elasticsearch.action.admin.cluster.stats org.elasticsearch.plugins -
-
Uses of PluginInfo in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return types with arguments of type PluginInfo Modifier and Type Method Description List<PluginInfo>PluginsAndModules. getModuleInfos()Returns an ordered list based on modules nameList<PluginInfo>PluginsAndModules. getPluginInfos()Returns an ordered list based on plugins nameMethods in org.elasticsearch.action.admin.cluster.node.info with parameters of type PluginInfo Modifier and Type Method Description voidPluginsAndModules. addModule(PluginInfo info)voidPluginsAndModules. addPlugin(PluginInfo info)Constructor parameters in org.elasticsearch.action.admin.cluster.node.info with type arguments of type PluginInfo Constructor Description PluginsAndModules(List<PluginInfo> plugins, List<PluginInfo> modules) -
Uses of PluginInfo in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return types with arguments of type PluginInfo Modifier and Type Method Description Set<PluginInfo>ClusterStatsNodes. getPlugins() -
Uses of PluginInfo in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return PluginInfo Modifier and Type Method Description static PluginInfoPluginInfo. readFromProperties(Path path)Reads the plugin descriptor file.
-