Uses of Class
org.elasticsearch.action.update.UpdateResponse
-
Packages that use UpdateResponse Package Description org.elasticsearch.action.update org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of UpdateResponse in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return UpdateResponse Modifier and Type Method Description UpdateResponseUpdateResponse.Builder. build()static UpdateResponseUpdateResponse. fromXContent(XContentParser parser)protected UpdateResponseTransportUpdateAction. newResponse(StreamInput in)Method parameters in org.elasticsearch.action.update with type arguments of type UpdateResponse Modifier and Type Method Description protected voidTransportUpdateAction. doExecute(Task task, UpdateRequest request, ActionListener<UpdateResponse> listener)protected voidTransportUpdateAction. shardOperation(UpdateRequest request, ActionListener<UpdateResponse> listener)protected voidTransportUpdateAction. shardOperation(UpdateRequest request, ActionListener<UpdateResponse> listener, int retryCount) -
Uses of UpdateResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return UpdateResponse Modifier and Type Method Description UpdateResponseRestHighLevelClient. update(UpdateRequest updateRequest, RequestOptions options)Updates a document using the Update API.Methods in org.elasticsearch.client that return types with arguments of type UpdateResponse Modifier and Type Method Description ActionFuture<UpdateResponse>Client. update(UpdateRequest request)Updates a document based on a script.Method parameters in org.elasticsearch.client with type arguments of type UpdateResponse Modifier and Type Method Description voidClient. update(UpdateRequest request, ActionListener<UpdateResponse> listener)Updates a document based on a script.CancellableRestHighLevelClient. updateAsync(UpdateRequest updateRequest, RequestOptions options, ActionListener<UpdateResponse> listener)Asynchronously updates a document using the Update API. -
Uses of UpdateResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type UpdateResponse Modifier and Type Method Description ActionFuture<UpdateResponse>AbstractClient. update(UpdateRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type UpdateResponse Modifier and Type Method Description voidAbstractClient. update(UpdateRequest request, ActionListener<UpdateResponse> listener)
-