Class PluginConfigurableNode

java.lang.Object
org.opensearch.node.Node
org.nuxeo.elasticsearch.core.PluginConfigurableNode
All Implemented Interfaces:
Closeable, AutoCloseable

public class PluginConfigurableNode extends org.opensearch.node.Node
Since:
9.2
  • Field Summary

    Fields inherited from class org.opensearch.node.Node

    BREAKER_TYPE_KEY, NODE_ATTRIBUTES, NODE_LOCAL_STORAGE_SETTING, NODE_NAME_SETTING, WRITE_PORTS_FILE_SETTING
  • Constructor Summary

    Constructors
    Constructor
    Description
    PluginConfigurableNode(org.opensearch.common.settings.Settings settings, Collection<Class<? extends org.opensearch.plugins.Plugin>> classpathPlugins)
     
  • Method Summary

    Methods inherited from class org.opensearch.node.Node

    awaitClose, client, close, configureNodeAndClusterIdStateListener, createCircuitBreakerService, getEnvironment, getNodeEnvironment, getPluginsService, injector, isClosed, newClusterInfoService, newHttpTransport, newScriptService, newSearchService, newTransportService, processRecoverySettings, settings, start, validateNodeBeforeAcceptingRequests

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PluginConfigurableNode

      public PluginConfigurableNode(org.opensearch.common.settings.Settings settings, Collection<Class<? extends org.opensearch.plugins.Plugin>> classpathPlugins)