Class IndicesAliasesRequest

All Implemented Interfaces:
AckedRequest, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, TaskAwareRequest

public class IndicesAliasesRequest
extends AcknowledgedRequest<IndicesAliasesRequest>
implements org.elasticsearch.common.xcontent.ToXContentObject
A request to add/remove aliases for one or more indices.
  • Field Details

    • PARSER

      public static final org.elasticsearch.common.xcontent.ObjectParser<IndicesAliasesRequest,​java.lang.Void> PARSER
  • Constructor Details

    • IndicesAliasesRequest

      public IndicesAliasesRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • IndicesAliasesRequest

      public IndicesAliasesRequest()
  • Method Details