Class StartIlmRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.StartIlmRequest
Start the ILM plugin. Start the index lifecycle management plugin if it is
currently stopped. ILM is started automatically when the cluster is formed.
Restarting ILM is necessary only when it has been stopped using the stop ILM
API.
- 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<StartIlmRequest,
StartIlmResponse, ErrorResponse> Endpoint "ilm.start
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Time
Period to wait for a connection to the master node.static StartIlmRequest
final Time
timeout()
Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ilm.start
".
-
-
Method Details
-
of
public static StartIlmRequest of(Function<StartIlmRequest.Builder, ObjectBuilder<StartIlmRequest>> fn) -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout
-
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-