Uses of Class
org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
-
Packages that use ExplainLifecycleRequest Package Description org.elasticsearch.client org.elasticsearch.client.indexlifecycle -
-
Uses of ExplainLifecycleRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ExplainLifecycleRequest Modifier and Type Method Description ExplainLifecycleResponseIndexLifecycleClient. explainLifecycle(ExplainLifecycleRequest request, RequestOptions options)Explain the lifecycle state for an index SeeCancellableIndexLifecycleClient. explainLifecycleAsync(ExplainLifecycleRequest request, RequestOptions options, ActionListener<ExplainLifecycleResponse> listener)Asynchronously explain the lifecycle state for an index See -
Uses of ExplainLifecycleRequest in org.elasticsearch.client.indexlifecycle
Methods in org.elasticsearch.client.indexlifecycle that return ExplainLifecycleRequest Modifier and Type Method Description ExplainLifecycleRequestExplainLifecycleRequest. indicesOptions(IndicesOptions indicesOptions)
-