Class NodesResponse

java.lang.Object
org.elasticsearch.client.NodesResponse
Direct Known Subclasses:
SecurityNodesResponse

public abstract class NodesResponse extends Object
Base class for responses that are node responses. These responses always contain the cluster name and the NodesResponseHeader.
  • Constructor Details

  • Method Details

    • getClusterName

      public String getClusterName()
      Get the cluster name associated with all of the nodes.
      Returns:
      Never null.
    • getHeader

      public NodesResponseHeader getHeader()
      Gets information about the number of total, successful and failed nodes the request was run on. Also includes exceptions if relevant.
    • declareCommonNodesResponseParsing

      public static <T extends NodesResponse> void declareCommonNodesResponseParsing(org.elasticsearch.xcontent.ConstructingObjectParser<T,Void> parser)