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 |
---|---|
NodesShutdownRequest |
NodesShutdownRequest.delay(String delay)
The delay for the shutdown to occur.
|
NodesShutdownRequest |
NodesShutdownRequest.delay(TimeValue delay)
The delay for the shutdown to occur.
|
NodesShutdownRequest |
NodesShutdownRequest.exit(boolean exit)
Should the JVM be exited as well or not.
|
protected NodesShutdownRequest |
TransportNodesShutdownAction.newRequest() |
NodesShutdownRequest |
NodesShutdownRequest.nodesIds(String... nodesIds) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportNodesShutdownAction.checkBlock(NodesShutdownRequest request,
ClusterState state) |
protected void |
TransportNodesShutdownAction.masterOperation(NodesShutdownRequest request,
ClusterState state,
ActionListener<NodesShutdownResponse> listener) |
protected void |
TransportNodesShutdownAction.processBeforeDelegationToMaster(NodesShutdownRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
static NodesShutdownRequest |
Requests.nodesShutdownRequest()
Shuts down all nodes in the cluster.
|
static NodesShutdownRequest |
Requests.nodesShutdownRequest(String... nodesIds)
Shuts down the specified nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesShutdownResponse> |
ClusterAdminClient.nodesShutdown(NodesShutdownRequest request)
Shutdown nodes in the cluster.
|
void |
ClusterAdminClient.nodesShutdown(NodesShutdownRequest request,
ActionListener<NodesShutdownResponse> listener)
Shutdown nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesShutdownResponse> |
AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request) |
void |
AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request,
ActionListener<NodesShutdownResponse> listener) |
Copyright © 2009–2015. All rights reserved.