Class BaseNodeResponse

    • Constructor Detail

      • BaseNodeResponse

        protected BaseNodeResponse​(StreamInput in)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • BaseNodeResponse

        protected BaseNodeResponse​(DiscoveryNode node)
    • Method Detail

      • getNode

        public DiscoveryNode getNode()
        The node this information relates to.
      • writeTo

        public void writeTo​(StreamOutput out)
                     throws java.io.IOException
        Description copied from interface: Writeable
        Write this into the StreamOutput.
        Throws:
        java.io.IOException