Class NodesResponse

  • Direct Known Subclasses:
    SecurityNodesResponse

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

      • NodesResponse

        protected NodesResponse​(NodesResponseHeader header,
                                java.lang.String clusterName)
    • Method Detail

      • getClusterName

        public java.lang.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.