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