クラス ClusterRunnerNode

java.lang.Object
org.elasticsearch.node.Node
org.codelibs.elasticsearch.runner.node.ClusterRunnerNode
すべての実装されたインタフェース:
Closeable, AutoCloseable

public class ClusterRunnerNode
extends org.elasticsearch.node.Node
  • フィールドの概要

    クラスから継承されたフィールド org.elasticsearch.node.Node

    BREAKER_TYPE_KEY, NODE_ATTRIBUTES, NODE_LOCAL_STORAGE_SETTING, NODE_NAME_SETTING, WRITE_PORTS_FILE_SETTING
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    ClusterRunnerNode​(org.elasticsearch.env.Environment tmpEnv, Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    protected void configureNodeAndClusterIdStateListener​(org.elasticsearch.cluster.service.ClusterService clusterService)  
    Collection<Class<? extends org.elasticsearch.plugins.Plugin>> getPlugins()  

    クラスから継承されたメソッド org.elasticsearch.node.Node

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

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • ClusterRunnerNode

      public ClusterRunnerNode​(org.elasticsearch.env.Environment tmpEnv, Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)
  • メソッドの詳細

    • getPlugins

      public Collection<Class<? extends org.elasticsearch.plugins.Plugin>> getPlugins()
    • configureNodeAndClusterIdStateListener

      protected void configureNodeAndClusterIdStateListener​(org.elasticsearch.cluster.service.ClusterService clusterService)
      オーバーライド:
      configureNodeAndClusterIdStateListener クラス内 org.elasticsearch.node.Node