Class EmbeddedElasticSearchServer.MyNode
- java.lang.Object
-
- org.elasticsearch.node.Node
-
- io.vertigo.connectors.elasticsearch.EmbeddedElasticSearchServer.MyNode
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- EmbeddedElasticSearchServer
protected static class EmbeddedElasticSearchServer.MyNode extends org.elasticsearch.node.Node
-
-
Constructor Summary
Constructors Constructor Description MyNode(org.elasticsearch.common.settings.Settings preparedSettings, Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)
-
Method Summary
-
Methods inherited from class org.elasticsearch.node.Node
awaitClose, client, close, configureNodeAndClusterIdStateListener, createCircuitBreakerService, getEnvironment, getNodeEnvironment, getPluginsService, injector, isClosed, newClusterInfoService, newHttpTransport, newScriptService, newSearchService, newTransportService, processRecoverySettings, settings, start, validateNodeBeforeAcceptingRequests
-
-
-
-
Constructor Detail
-
MyNode
public MyNode(org.elasticsearch.common.settings.Settings preparedSettings, Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)
-
-