Uses of Class
org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest

Packages that use NodesShutdownRequest
org.elasticsearch.action.admin.cluster.node.shutdown   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of NodesShutdownRequest in org.elasticsearch.action.admin.cluster.node.shutdown
 

Methods in org.elasticsearch.action.admin.cluster.node.shutdown that return NodesShutdownRequest
 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)
           
 

Methods in org.elasticsearch.action.admin.cluster.node.shutdown with parameters of type NodesShutdownRequest
protected  NodesShutdownResponse TransportNodesShutdownAction.masterOperation(NodesShutdownRequest request, ClusterState state)
           
protected  void TransportNodesShutdownAction.processBeforeDelegationToMaster(NodesShutdownRequest request, ClusterState state)
           
 

Uses of NodesShutdownRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return NodesShutdownRequest
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.
 

Methods in org.elasticsearch.client with parameters of type NodesShutdownRequest
 ActionFuture<NodesShutdownResponse> ClusterAdminClient.nodesShutdown(NodesShutdownRequest request)
          Shutdown nodes in the cluster.
 void ClusterAdminClient.nodesShutdown(NodesShutdownRequest request, ActionListener<NodesShutdownResponse> listener)
          Shutdown nodes in the cluster.
 

Uses of NodesShutdownRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type NodesShutdownRequest
 ActionFuture<NodesShutdownResponse> AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request)
           
 void AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request, ActionListener<NodesShutdownResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.