| パッケージ | 説明 |
|---|---|
| org.elasticsearch.node |
Allow to build a
Node using NodeBuilder which is a
node within the cluster. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Node |
NodeBuilder.build()
Builds the node without starting it.
|
Node |
NodeBuilder.node()
NodeBuilder.build()s and starts the node. |
Node |
Node.start()
Start the node.
|
| コンストラクタと説明 |
|---|
NodeModule(Node node) |
Copyright © 2009–2016. All rights reserved.