Class ListReindexRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.ListReindexRequest
Get information about all currently running reindex tasks.
Reindex tasks that are mid-relocation between nodes are reported once, under their original task ID, so callers do not see duplicates across the relocation chain.
If the API returns a HTTP status of 200 OK, but
node_failures or task_failures are non-empty in the
body, the listing is not a complete authoritative listing and may be missing
tasks.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ListReindexRequest,ListReindexResponse, ErrorResponse> Endpoint "list_reindex". -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleandetailed()Iftrue, include detailed task status information in the response.static ListReindexRequestrebuild()Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "list_reindex".
-
-
Method Details
-
of
public static ListReindexRequest of(Function<ListReindexRequest.Builder, ObjectBuilder<ListReindexRequest>> fn) -
detailed
Iftrue, include detailed task status information in the response.API name:
detailed -
rebuild
- Returns:
- New
ListReindexRequest.Builderinitialized with field values of this instance
-