Uses of Class
org.nuxeo.elasticsearch.client.ESRestClient.TooManyRequestsRetryableException
Packages that use ESRestClient.TooManyRequestsRetryableException
-
Uses of ESRestClient.TooManyRequestsRetryableException in org.nuxeo.elasticsearch.client
Methods in org.nuxeo.elasticsearch.client that throw ESRestClient.TooManyRequestsRetryableExceptionModifier and TypeMethodDescriptionprotected org.opensearch.action.bulk.BulkResponse
ESRestClient.doBulk
(org.opensearch.action.bulk.BulkRequest request) protected org.opensearch.action.delete.DeleteResponse
ESRestClient.doDelete
(org.opensearch.action.delete.DeleteRequest request) protected org.opensearch.action.index.IndexResponse
ESRestClient.doIndex
(org.opensearch.action.index.IndexRequest request) protected <I extends org.opensearch.action.ActionRequest,
O extends org.opensearch.action.ActionResponse>
OESRestClient.performRequestWithTracing
(ThrowableBiFunction<I, org.opensearch.client.RequestOptions, O, IOException> runner, I request, String spanName)