Class ConfigUpdateNodeResponse

  • All Implemented Interfaces:
    org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.core.RefCounted

    public class ConfigUpdateNodeResponse
    extends org.elasticsearch.action.support.nodes.BaseNodeResponse
    • Constructor Detail

      • ConfigUpdateNodeResponse

        public ConfigUpdateNodeResponse​(org.elasticsearch.common.io.stream.StreamInput in)
                                 throws IOException
        Throws:
        IOException
      • ConfigUpdateNodeResponse

        public ConfigUpdateNodeResponse​(org.elasticsearch.cluster.node.DiscoveryNode node,
                                        String[] updatedConfigTypes,
                                        String message)
    • Method Detail

      • getUpdatedConfigTypes

        public String[] getUpdatedConfigTypes()
      • getMessage

        public String getMessage()
      • writeTo

        public void writeTo​(org.elasticsearch.common.io.stream.StreamOutput out)
                     throws IOException
        Specified by:
        writeTo in interface org.elasticsearch.common.io.stream.Writeable
        Overrides:
        writeTo in class org.elasticsearch.action.support.nodes.BaseNodeResponse
        Throws:
        IOException