| Package | Description |
|---|---|
| org.elasticsearch.node |
Allow to build a
Node using NodeBuilder which is a
node within the cluster. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
NodeModule(Node node) |
Copyright © 2009–2017. All rights reserved.