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

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

Uses of NodesInfoRequest in org.elasticsearch.action.admin.cluster.node.info
 

Methods in org.elasticsearch.action.admin.cluster.node.info that return NodesInfoRequest
 NodesInfoRequest NodesInfoRequest.all()
          Sets to return all the data.
 NodesInfoRequest NodesInfoRequest.clear()
          Clears all info flags.
 NodesInfoRequest NodesInfoRequest.http(boolean http)
          Should the node HTTP be returned.
 NodesInfoRequest NodesInfoRequest.jvm(boolean jvm)
          Should the node JVM be returned.
 NodesInfoRequest NodesInfoRequest.network(boolean network)
          Should the node Network be returned.
protected  NodesInfoRequest TransportNodesInfoAction.newRequest()
           
 NodesInfoRequest NodesInfoRequest.os(boolean os)
          Should the node OS be returned.
 NodesInfoRequest NodesInfoRequest.process(boolean process)
          Should the node Process be returned.
 NodesInfoRequest NodesInfoRequest.settings(boolean settings)
          Should the node settings be returned.
 NodesInfoRequest NodesInfoRequest.threadPool(boolean threadPool)
          Should the node Thread Pool info be returned.
 NodesInfoRequest NodesInfoRequest.transport(boolean transport)
          Should the node Transport be returned.
 

Methods in org.elasticsearch.action.admin.cluster.node.info with parameters of type NodesInfoRequest
protected  org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest TransportNodesInfoAction.newNodeRequest(String nodeId, NodesInfoRequest request)
           
protected  NodesInfoResponse TransportNodesInfoAction.newResponse(NodesInfoRequest nodesInfoRequest, AtomicReferenceArray responses)
           
 

Uses of NodesInfoRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return NodesInfoRequest
static NodesInfoRequest Requests.nodesInfoRequest()
          Creates a nodes info request against all the nodes.
static NodesInfoRequest Requests.nodesInfoRequest(String... nodesIds)
          Creates a nodes info request against one or more nodes.
 

Methods in org.elasticsearch.client with parameters of type NodesInfoRequest
 ActionFuture<NodesInfoResponse> ClusterAdminClient.nodesInfo(NodesInfoRequest request)
          Nodes info of the cluster.
 void ClusterAdminClient.nodesInfo(NodesInfoRequest request, ActionListener<NodesInfoResponse> listener)
          Nodes info of the cluster.
 

Uses of NodesInfoRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type NodesInfoRequest
 ActionFuture<NodesInfoResponse> AbstractClusterAdminClient.nodesInfo(NodesInfoRequest request)
           
 void AbstractClusterAdminClient.nodesInfo(NodesInfoRequest request, ActionListener<NodesInfoResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.