Class RetryRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.RetryRequest
Retries executing the policy for an index that is in the ERROR step.
- 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<RetryRequest,RetryResponse, ErrorResponse> Endpoint "ilm.retry". -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringindex()Required - The name of the indices (comma-separated) whose failed lifecycle step is to be retrystatic RetryRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ilm.retry".
-
-
Method Details
-
of
-
index
Required - The name of the indices (comma-separated) whose failed lifecycle step is to be retryAPI name:
index
-