Class AddIndexBlockRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, AckedRequest, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class AddIndexBlockRequest
extends AcknowledgedRequest<AddIndexBlockRequest>
implements IndicesRequest.Replaceable
A request to add a block to an index.
  • Constructor Details

    • AddIndexBlockRequest

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

      public AddIndexBlockRequest​(IndexMetadata.APIBlock block, java.lang.String... indices)
      Constructs a new request for the specified block and indices
  • Method Details