Uses of Class
org.elasticsearch.client.indexlifecycle.StopILMRequest
-
Packages that use StopILMRequest Package Description org.elasticsearch.client -
-
Uses of StopILMRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StopILMRequest Modifier and Type Method Description AcknowledgedResponseIndexLifecycleClient. stopILM(StopILMRequest request, RequestOptions options)Stop the Index Lifecycle Management feature.CancellableIndexLifecycleClient. stopILMAsync(StopILMRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously stop the Index Lifecycle Management feature.
-