| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.restart | |
| org.elasticsearch.action.admin.cluster.node.shutdown | |
| org.elasticsearch.node |
Allow to build a
Node using NodeBuilder which is a
node within the cluster. |
| org.elasticsearch.node.internal |
| Constructor and Description |
|---|
TransportNodesRestartAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
Node node,
ActionFilters actionFilters) |
| Constructor and Description |
|---|
TransportNodesShutdownAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
Node node,
ClusterName clusterName,
ActionFilters actionFilters) |
| 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.
|
Node |
Node.stop()
Stops the node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalNode |
| Modifier and Type | Method and Description |
|---|---|
Node |
InternalNode.start() |
Node |
InternalNode.stop() |
| Constructor and Description |
|---|
NodeModule(Node node) |
Copyright © 2009–2016. All rights reserved.