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

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodesOperationRequest
      extended by org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
All Implemented Interfaces:
ActionRequest, Streamable

public class NodesStatsRequest
extends NodesOperationRequest

A request to get node (cluster) level stats.


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.nodes.NodesOperationRequest
ALL_NODES
 
Constructor Summary
protected NodesStatsRequest()
           
  NodesStatsRequest(java.lang.String... nodesIds)
          Get stats from nodes based on the nodes ids specified.
 
Method Summary
 
Methods inherited from class org.elasticsearch.action.support.nodes.NodesOperationRequest
listenerThreaded, listenerThreaded, nodesIds, nodesIds, readFrom, timeout, timeout, validate, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodesStatsRequest

protected NodesStatsRequest()

NodesStatsRequest

public NodesStatsRequest(java.lang.String... nodesIds)
Get stats from nodes based on the nodes ids specified. If none are passed, stats for all nodes will be returned.