Class ImportDanglingIndexRequest

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

public class ImportDanglingIndexRequest
extends AcknowledgedRequest<ImportDanglingIndexRequest>
Represents a request to import a particular dangling index, specified by its UUID. The acceptDataLoss flag must also be explicitly set to true, or later validation will fail.
  • Constructor Details

    • ImportDanglingIndexRequest

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

      public ImportDanglingIndexRequest​(java.lang.String indexUUID, boolean acceptDataLoss)
  • Method Details