Class DeleteRepositoryRequest

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

public class DeleteRepositoryRequest
extends AcknowledgedRequest<DeleteRepositoryRequest>
Unregister repository request.

The unregister repository command just unregisters the repository. No data is getting deleted from the repository.

  • Constructor Details

    • DeleteRepositoryRequest

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

      public DeleteRepositoryRequest()
    • DeleteRepositoryRequest

      public DeleteRepositoryRequest​(java.lang.String name)
      Constructs a new unregister repository request with the provided name.
      Parameters:
      name - name of the repository
  • Method Details