Class NodeListDanglingIndicesResponse

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

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

    • NodeListDanglingIndicesResponse

      public NodeListDanglingIndicesResponse​(DiscoveryNode node, java.util.List<DanglingIndexInfo> indexMetaData)
    • NodeListDanglingIndicesResponse

      protected NodeListDanglingIndicesResponse​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details