Uses of Class
org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusRequest
-
Packages that use LifecycleManagementStatusRequest Package Description org.elasticsearch.client -
-
Uses of LifecycleManagementStatusRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type LifecycleManagementStatusRequest Modifier and Type Method Description LifecycleManagementStatusResponseIndexLifecycleClient. lifecycleManagementStatus(LifecycleManagementStatusRequest request, RequestOptions options)Get the status of index lifecycle management SeeCancellableIndexLifecycleClient. lifecycleManagementStatusAsync(LifecycleManagementStatusRequest request, RequestOptions options, ActionListener<LifecycleManagementStatusResponse> listener)Asynchronously get the status of index lifecycle management See
-