| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.info | |
| org.elasticsearch.action.admin.cluster.stats | |
| org.elasticsearch.plugins |
| Modifier and Type | Method and Description |
|---|---|
List<PluginInfo> |
PluginsAndModules.getModuleInfos()
Returns an ordered list based on modules name
|
List<PluginInfo> |
PluginsAndModules.getPluginInfos()
Returns an ordered list based on plugins name
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginsAndModules.addModule(PluginInfo info) |
void |
PluginsAndModules.addPlugin(PluginInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Set<PluginInfo> |
ClusterStatsNodes.getPlugins() |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyPluginInfo |
| Modifier and Type | Method and Description |
|---|---|
static PluginInfo |
PluginInfo.readFromProperties(Path dir)
reads (and validates) plugin metadata descriptor file
|
static PluginInfo |
PluginInfo.readFromStream(StreamInput in) |
Copyright © 2009–2017. All rights reserved.