org.elasticsearch.action.admin.cluster.node.info
Class NodesInfoRequest

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

public class NodesInfoRequest
extends NodesOperationRequest

A request to get node (cluster) level information.


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.nodes.NodesOperationRequest
ALL_NODES
 
Constructor Summary
NodesInfoRequest()
           
NodesInfoRequest(java.lang.String... nodesIds)
          Get information 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

NodesInfoRequest

public NodesInfoRequest()

NodesInfoRequest

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