Uses of Class
org.elasticsearch.client.indices.UnfreezeIndexRequest
-
Packages that use UnfreezeIndexRequest Package Description org.elasticsearch.client -
-
Uses of UnfreezeIndexRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type UnfreezeIndexRequest Modifier and Type Method Description ShardsAcknowledgedResponseIndicesClient. unfreeze(UnfreezeIndexRequest request, RequestOptions options)Synchronously calls the _unfreeze APICancellableIndicesClient. unfreezeAsync(UnfreezeIndexRequest request, RequestOptions options, ActionListener<ShardsAcknowledgedResponse> listener)Asynchronously calls the _unfreeze API
-