Class ListDanglingIndicesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.dangling_indices.ListDanglingIndicesRequest
Get the dangling indices.
If Elasticsearch encounters index data that is absent from the current
cluster state, those indices are considered to be dangling. For example, this
can happen if you delete more than
cluster.indices.tombstones.size
indices while an Elasticsearch
node is offline.
Use this API to list dangling indices, which you can then import or delete.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "dangling_indices.list_dangling_indices
".static final ListDanglingIndicesRequest
Singleton instance forListDanglingIndicesRequest
. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_INSTANCE
Singleton instance forListDanglingIndicesRequest
. -
_ENDPOINT
public static final Endpoint<ListDanglingIndicesRequest,ListDanglingIndicesResponse, _ENDPOINTErrorResponse> Endpoint "dangling_indices.list_dangling_indices
".
-
-
Constructor Details
-
ListDanglingIndicesRequest
public ListDanglingIndicesRequest()
-