| Package | Description |
|---|---|
| org.elasticsearch.client.transport | |
| org.elasticsearch.node |
Allow to build a
Node using NodeBuilder which is a
node within the cluster. |
| org.elasticsearch.plugins |
| Modifier and Type | Method and Description |
|---|---|
TransportClient.Builder |
TransportClient.Builder.addPlugin(Class<? extends Plugin> pluginClass)
Add the given plugin to the client when it is created.
|
| Constructor and Description |
|---|
Node(Environment tmpEnv,
Version version,
Collection<Class<? extends Plugin>> classpathPlugins) |
| Constructor and Description |
|---|
PluginsService(Settings settings,
Path modulesDirectory,
Path pluginsDirectory,
Collection<Class<? extends Plugin>> classpathPlugins)
Constructs a new PluginService
|
Copyright © 2009–2017. All rights reserved.