Class LicenseInfoNodeResponse

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

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

      • LicenseInfoNodeResponse

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

        public LicenseInfoNodeResponse​(org.elasticsearch.cluster.node.DiscoveryNode node,
                                       SearchGuardLicense license,
                                       Set<ModuleInfo> modules)
    • Method Detail

      • 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