Class NodeListDanglingIndicesRequest

java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class NodeListDanglingIndicesRequest
extends BaseNodeRequest
Used when querying every node in the cluster for dangling indices, in response to a list request.
  • Constructor Details

    • NodeListDanglingIndicesRequest

      public NodeListDanglingIndicesRequest​(java.lang.String indexUUID)
    • NodeListDanglingIndicesRequest

      public NodeListDanglingIndicesRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details