Uses of Class
org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse

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

Uses of NodesStatsResponse in org.elasticsearch.action.admin.cluster.node.stats
 

Methods in org.elasticsearch.action.admin.cluster.node.stats that return NodesStatsResponse
 NodesStatsResponse NodesStatsAction.newResponse()
           
protected  NodesStatsResponse TransportNodesStatsAction.newResponse(NodesStatsRequest nodesInfoRequest, AtomicReferenceArray responses)
           
 

Method parameters in org.elasticsearch.action.admin.cluster.node.stats with type arguments of type NodesStatsResponse
protected  void NodesStatsRequestBuilder.doExecute(ActionListener<NodesStatsResponse> listener)
           
 

Uses of NodesStatsResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type NodesStatsResponse
 ActionFuture<NodesStatsResponse> ClusterAdminClient.nodesStats(NodesStatsRequest request)
          Nodes stats of the cluster.
 

Method parameters in org.elasticsearch.client with type arguments of type NodesStatsResponse
 void ClusterAdminClient.nodesStats(NodesStatsRequest request, ActionListener<NodesStatsResponse> listener)
          Nodes stats of the cluster.
 

Uses of NodesStatsResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type NodesStatsResponse
 ActionFuture<NodesStatsResponse> AbstractClusterAdminClient.nodesStats(NodesStatsRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type NodesStatsResponse
 void AbstractClusterAdminClient.nodesStats(NodesStatsRequest request, ActionListener<NodesStatsResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.