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 |
---|---|
NodesShutdownResponse |
NodesShutdownAction.newResponse() |
protected NodesShutdownResponse |
TransportNodesShutdownAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
NodesShutdownRequestBuilder.doExecute(ActionListener<NodesShutdownResponse> listener) |
protected void |
TransportNodesShutdownAction.masterOperation(NodesShutdownRequest request,
ClusterState state,
ActionListener<NodesShutdownResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesShutdownResponse> |
ClusterAdminClient.nodesShutdown(NodesShutdownRequest request)
Shutdown nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request,
ActionListener<NodesShutdownResponse> listener) |
Copyright © 2009–2015. All rights reserved.