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