Class UpdateSettingsRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, AckedRequest, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted, TaskAwareRequest

public class UpdateSettingsRequest extends AcknowledgedRequest<UpdateSettingsRequest> implements IndicesRequest.Replaceable, org.elasticsearch.common.xcontent.ToXContentObject
Request for an update index settings action
  • Constructor Details

    • UpdateSettingsRequest

      public UpdateSettingsRequest(StreamInput in) throws IOException
      Throws:
      IOException
    • UpdateSettingsRequest

      public UpdateSettingsRequest()
    • UpdateSettingsRequest

      public UpdateSettingsRequest(String... indices)
      Constructs a new request to update settings for one or more indices
    • UpdateSettingsRequest

      public UpdateSettingsRequest(Settings settings, String... indices)
      Constructs a new request to update settings for one or more indices
  • Method Details