Uses of Class
org.elasticsearch.client.core.ShardsAcknowledgedResponse
-
Packages that use ShardsAcknowledgedResponse Package Description org.elasticsearch.client org.elasticsearch.client.core -
-
Uses of ShardsAcknowledgedResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ShardsAcknowledgedResponse Modifier and Type Method Description ShardsAcknowledgedResponseIndicesClient. freeze(FreezeIndexRequest request, RequestOptions options)Synchronously calls the _freeze APIShardsAcknowledgedResponseIndicesClient. unfreeze(UnfreezeIndexRequest request, RequestOptions options)Synchronously calls the _unfreeze APIMethod parameters in org.elasticsearch.client with type arguments of type ShardsAcknowledgedResponse Modifier and Type Method Description CancellableIndicesClient. freezeAsync(FreezeIndexRequest request, RequestOptions options, ActionListener<ShardsAcknowledgedResponse> listener)Asynchronously calls the _freeze APICancellableIndicesClient. unfreezeAsync(UnfreezeIndexRequest request, RequestOptions options, ActionListener<ShardsAcknowledgedResponse> listener)Asynchronously calls the _unfreeze API -
Uses of ShardsAcknowledgedResponse in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return ShardsAcknowledgedResponse Modifier and Type Method Description static ShardsAcknowledgedResponseShardsAcknowledgedResponse. fromXContent(XContentParser parser)
-