Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.shutdown | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
NodesShutdownRequestBuilder |
NodesShutdownAction.newRequestBuilder(ClusterAdminClient client) |
NodesShutdownRequestBuilder |
NodesShutdownRequestBuilder.setDelay(String delay)
The delay for the restart to occur.
|
NodesShutdownRequestBuilder |
NodesShutdownRequestBuilder.setDelay(TimeValue delay)
The delay for the restart to occur.
|
NodesShutdownRequestBuilder |
NodesShutdownRequestBuilder.setExit(boolean exit)
Should the JVM be exited as well or not.
|
NodesShutdownRequestBuilder |
NodesShutdownRequestBuilder.setNodesIds(String... nodesIds)
The nodes ids to restart.
|
Modifier and Type | Method and Description |
---|---|
NodesShutdownRequestBuilder |
ClusterAdminClient.prepareNodesShutdown(String... nodesIds)
Shutdown nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
NodesShutdownRequestBuilder |
AbstractClusterAdminClient.prepareNodesShutdown(String... nodesIds) |
Copyright © 2009–2015. All rights reserved.