Package org.elasticsearch.index.reindex
Class TransportUpdateByQueryAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<UpdateByQueryRequest,BulkByScrollResponse>
org.elasticsearch.index.reindex.TransportUpdateByQueryAction
public class TransportUpdateByQueryAction extends HandledTransportAction<UpdateByQueryRequest,BulkByScrollResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
Constructors Constructor Description TransportUpdateByQueryAction(ThreadPool threadPool, ActionFilters actionFilters, Client client, TransportService transportService, ScriptService scriptService, ClusterService clusterService) -
Method Summary
Modifier and Type Method Description protected voiddoExecute(Task task, UpdateByQueryRequest request, ActionListener<BulkByScrollResponse> listener)Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
Constructor Details
-
TransportUpdateByQueryAction
@Inject public TransportUpdateByQueryAction(ThreadPool threadPool, ActionFilters actionFilters, Client client, TransportService transportService, ScriptService scriptService, ClusterService clusterService)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, UpdateByQueryRequest request, ActionListener<BulkByScrollResponse> listener)- Specified by:
doExecutein classTransportAction<UpdateByQueryRequest,BulkByScrollResponse>
-