Class ListDanglingIndicesResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, StatusToXContentObject, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class ListDanglingIndicesResponse
extends BaseNodesResponse<NodeListDanglingIndicesResponse>
implements StatusToXContentObject
Models a response to a ListDanglingIndicesRequest. A list request queries every node in the cluster and aggregates their responses. When the aggregated response is converted to XContent, information for each dangling index is presented under the "dangling_indices" key. If any nodes in the cluster failed to answer, the details are presented under the "_nodes.failures" key.