Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.restart | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
NodesRestartResponse |
NodesRestartAction.newResponse() |
protected NodesRestartResponse |
TransportNodesRestartAction.newResponse(NodesRestartRequest nodesShutdownRequest,
AtomicReferenceArray responses) |
Modifier and Type | Method and Description |
---|---|
protected void |
NodesRestartRequestBuilder.doExecute(ActionListener<NodesRestartResponse> listener) |
protected void |
TransportNodesRestartAction.doExecute(NodesRestartRequest nodesRestartRequest,
ActionListener<NodesRestartResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesRestartResponse> |
ClusterAdminClient.nodesRestart(NodesRestartRequest request)
Restarts nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterAdminClient.nodesRestart(NodesRestartRequest request,
ActionListener<NodesRestartResponse> listener)
Restarts nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesRestartResponse> |
AbstractClusterAdminClient.nodesRestart(NodesRestartRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.nodesRestart(NodesRestartRequest request,
ActionListener<NodesRestartResponse> listener) |
Copyright © 2009–2015. All rights reserved.