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

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodesOperationResponse<NodeInfo>
      extended by org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
All Implemented Interfaces:
Iterable<NodeInfo>, ActionResponse, Streamable, ToXContent

public class NodesInfoResponse
extends NodesOperationResponse<NodeInfo>
implements ToXContent


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.MapParams, ToXContent.Params
 
Field Summary
 
Fields inherited from class org.elasticsearch.action.support.nodes.NodesOperationResponse
nodes
 
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
 
Constructor Summary
NodesInfoResponse()
           
NodesInfoResponse(ClusterName clusterName, NodeInfo[] nodes)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 NodesInfoResponse settingsFilter(SettingsFilter settingsFilter)
           
 XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.nodes.NodesOperationResponse
clusterName, getAt, getClusterName, getNodes, getNodesMap, iterator, nodes, nodesMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodesInfoResponse

public NodesInfoResponse()

NodesInfoResponse

public NodesInfoResponse(ClusterName clusterName,
                         NodeInfo[] nodes)
Method Detail

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class NodesOperationResponse<NodeInfo>
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class NodesOperationResponse<NodeInfo>
Throws:
IOException

settingsFilter

public NodesInfoResponse settingsFilter(SettingsFilter settingsFilter)

toXContent

public XContentBuilder toXContent(XContentBuilder builder,
                                  ToXContent.Params params)
                           throws IOException
Specified by:
toXContent in interface ToXContent
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.