Class NodesStatsResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class NodesStatsResponse
extends BaseNodesResponse<NodeStats>
implements org.elasticsearch.common.xcontent.ToXContentFragment
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse

    TransportResponse.Empty

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors 
    Constructor Description
    NodesStatsResponse​(ClusterName clusterName, java.util.List<NodeStats> nodes, java.util.List<FailedNodeException> failures)  
    NodesStatsResponse​(StreamInput in)  
  • Method Summary

    Modifier and Type Method Description
    protected java.util.List<NodeStats> readNodesFrom​(StreamInput in)
    Read the BaseNodesResponse.nodes from the stream.
    java.lang.String toString()  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  
    protected void writeNodesTo​(StreamOutput out, java.util.List<NodeStats> nodes)
    Write the BaseNodesResponse.nodes to the stream.

    Methods inherited from class org.elasticsearch.action.support.nodes.BaseNodesResponse

    failures, getClusterName, getNodes, getNodesMap, hasFailures, writeTo

    Methods inherited from class org.elasticsearch.transport.TransportMessage

    remoteAddress, remoteAddress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment

    isFragment