クラス 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 voidconfigureNodeAndClusterIdStateListener(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
-
コンストラクタの詳細
-
ClusterRunnerNode
public ClusterRunnerNode(org.elasticsearch.env.Environment tmpEnv, Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)
-
-
メソッドの詳細
-
getPlugins
-
configureNodeAndClusterIdStateListener
protected void configureNodeAndClusterIdStateListener(org.elasticsearch.cluster.service.ClusterService clusterService)- オーバーライド:
configureNodeAndClusterIdStateListenerクラス内org.elasticsearch.node.Node
-