Package org.opensearch.index.reindex
Class TransportUpdateByQueryAction
java.lang.Object
org.opensearch.action.support.TransportAction<UpdateByQueryRequest,BulkByScrollResponse>
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
ConstructorsConstructorDescriptionTransportUpdateByQueryAction(ThreadPool threadPool, ActionFilters actionFilters, Client client, TransportService transportService, ScriptService scriptService, ClusterService clusterService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, UpdateByQueryRequest request, org.opensearch.core.action.ActionListener<BulkByScrollResponse> listener) Methods inherited from class org.opensearch.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, org.opensearch.core.action.ActionListener<BulkByScrollResponse> listener) - Specified by:
doExecutein classTransportAction<UpdateByQueryRequest,BulkByScrollResponse>
-