Class OpenSearchRunnerNode
- java.lang.Object
-
- org.opensearch.node.Node
-
- org.codelibs.opensearch.runner.node.OpenSearchRunnerNode
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class OpenSearchRunnerNode extends org.opensearch.node.Node
-
-
Constructor Summary
Constructors Constructor Description OpenSearchRunnerNode(org.opensearch.env.Environment tmpEnv, Collection<Class<? extends org.opensearch.plugins.Plugin>> classpathPlugins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureNodeAndClusterIdStateListener(org.opensearch.cluster.service.ClusterService clusterService)Collection<Class<? extends org.opensearch.plugins.Plugin>>getPlugins()-
Methods inherited from class org.opensearch.node.Node
awaitClose, client, close, createCircuitBreakerService, fileCache, getEnvironment, getNodeEnvironment, getPluginsService, injector, isClosed, newClusterInfoService, newHttpTransport, newScriptService, newSearchService, newTransportService, processRecoverySettings, settings, start, validateNodeBeforeAcceptingRequests
-
-
-
-
Constructor Detail
-
OpenSearchRunnerNode
public OpenSearchRunnerNode(org.opensearch.env.Environment tmpEnv, Collection<Class<? extends org.opensearch.plugins.Plugin>> classpathPlugins)
-
-
Method Detail
-
getPlugins
public Collection<Class<? extends org.opensearch.plugins.Plugin>> getPlugins()
-
configureNodeAndClusterIdStateListener
protected void configureNodeAndClusterIdStateListener(org.opensearch.cluster.service.ClusterService clusterService)
- Overrides:
configureNodeAndClusterIdStateListenerin classorg.opensearch.node.Node
-
-