Class DeleteDanglingIndexRequest

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

public class DeleteDanglingIndexRequest
extends AcknowledgedRequest<DeleteDanglingIndexRequest>
Represents a request to delete 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

    • DeleteDanglingIndexRequest

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

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