Class NodeFindDanglingIndexResponse

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

public class NodeFindDanglingIndexResponse
extends BaseNodeResponse
Used when querying every node in the cluster for a specific dangling index.
  • Constructor Details

    • NodeFindDanglingIndexResponse

      public NodeFindDanglingIndexResponse​(DiscoveryNode node, java.util.List<IndexMetadata> danglingIndexInfo)
    • NodeFindDanglingIndexResponse

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