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

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

Methods in org.elasticsearch.action.admin.cluster.node.stats that return NodesStatsRequest
 NodesStatsRequest NodesStatsRequest.all()
          Sets all the request flags.
 NodesStatsRequest NodesStatsRequest.clear()
          Clears all the request flags.
 NodesStatsRequest NodesStatsRequest.fs(boolean fs)
          Should the node file system stats be returned.
 NodesStatsRequest NodesStatsRequest.http(boolean http)
          Should the node HTTP be returned.
 NodesStatsRequest NodesStatsRequest.indices(boolean indices)
          Should indices stats be returned.
 NodesStatsRequest NodesStatsRequest.jvm(boolean jvm)
          Should the node JVM be returned.
 NodesStatsRequest NodesStatsRequest.network(boolean network)
          Should the node Network be returned.
protected  NodesStatsRequest TransportNodesStatsAction.newRequest()
           
 NodesStatsRequest NodesStatsRequest.os(boolean os)
          Should the node OS be returned.
 NodesStatsRequest NodesStatsRequest.process(boolean process)
          Should the node Process be returned.
 NodesStatsRequest NodesStatsRequest.threadPool(boolean threadPool)
          Should the node Thread Pool be returned.
 NodesStatsRequest NodesStatsRequest.transport(boolean transport)
          Should the node Transport be returned.
 

Methods in org.elasticsearch.action.admin.cluster.node.stats with parameters of type NodesStatsRequest
protected  org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest TransportNodesStatsAction.newNodeRequest(String nodeId, NodesStatsRequest request)
           
protected  NodesStatsResponse TransportNodesStatsAction.newResponse(NodesStatsRequest nodesInfoRequest, AtomicReferenceArray responses)
           
 

Uses of NodesStatsRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return NodesStatsRequest
static NodesStatsRequest Requests.nodesStatsRequest(String... nodesIds)
          Creates a nodes stats request against one or more nodes.
 

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

Uses of NodesStatsRequest in org.elasticsearch.client.support
 

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



Copyright © 2009-2012. All Rights Reserved.