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

Packages that use NodesShutdownRequestBuilder
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 NodesShutdownRequestBuilder in org.elasticsearch.action.admin.cluster.node.shutdown
 

Methods in org.elasticsearch.action.admin.cluster.node.shutdown that return NodesShutdownRequestBuilder
 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.setMasterNodeTimeout(TimeValue timeout)
          Sets the master node timeout in case the master has not yet been discovered.
 NodesShutdownRequestBuilder NodesShutdownRequestBuilder.setNodesIds(String... nodesIds)
          The nodes ids to restart.
 

Uses of NodesShutdownRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return NodesShutdownRequestBuilder
 NodesShutdownRequestBuilder ClusterAdminClient.prepareNodesShutdown(String... nodesIds)
          Shutdown nodes in the cluster.
 

Uses of NodesShutdownRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return NodesShutdownRequestBuilder
 NodesShutdownRequestBuilder AbstractClusterAdminClient.prepareNodesShutdown(String... nodesIds)
           
 



Copyright © 2009-2012. All Rights Reserved.