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

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

Methods in org.elasticsearch.action.admin.cluster.node.shutdown that return NodesShutdownResponse
protected  NodesShutdownResponse TransportNodesShutdownAction.masterOperation(NodesShutdownRequest request, ClusterState state)
           
protected  NodesShutdownResponse TransportNodesShutdownAction.newResponse()
           
 NodesShutdownResponse NodesShutdownAction.newResponse()
           
 

Method parameters in org.elasticsearch.action.admin.cluster.node.shutdown with type arguments of type NodesShutdownResponse
protected  void NodesShutdownRequestBuilder.doExecute(ActionListener<NodesShutdownResponse> listener)
           
 

Uses of NodesShutdownResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type NodesShutdownResponse
 ActionFuture<NodesShutdownResponse> ClusterAdminClient.nodesShutdown(NodesShutdownRequest request)
          Shutdown nodes in the cluster.
 

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

Uses of NodesShutdownResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type NodesShutdownResponse
 ActionFuture<NodesShutdownResponse> AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request)
           
 

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



Copyright © 2009-2012. All Rights Reserved.