Class NodesStatsResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, 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.action.ActionResponse

    ActionResponse.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

    decRef, incRef, remoteAddress, remoteAddress, tryIncRef

    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
  • Constructor Details

    • NodesStatsResponse

      public NodesStatsResponse​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • NodesStatsResponse

      public NodesStatsResponse​(ClusterName clusterName, java.util.List<NodeStats> nodes, java.util.List<FailedNodeException> failures)
  • Method Details

    • readNodesFrom

      protected java.util.List<NodeStats> readNodesFrom​(StreamInput in) throws java.io.IOException
      Description copied from class: BaseNodesResponse
      Read the BaseNodesResponse.nodes from the stream.
      Specified by:
      readNodesFrom in class BaseNodesResponse<NodeStats>
      Returns:
      Never null.
      Throws:
      java.io.IOException
    • writeNodesTo

      protected void writeNodesTo​(StreamOutput out, java.util.List<NodeStats> nodes) throws java.io.IOException
      Description copied from class: BaseNodesResponse
      Write the BaseNodesResponse.nodes to the stream.
      Specified by:
      writeNodesTo in class BaseNodesResponse<NodeStats>
      Throws:
      java.io.IOException
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      java.io.IOException
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object