Package org.opensearch.index.reindex
Class TransportDeleteByQueryAction
- java.lang.Object
-
- org.opensearch.action.support.TransportAction<Request,Response>
-
- 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
Constructors Constructor Description TransportDeleteByQueryAction(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 voiddoExecute(Task task, DeleteByQueryRequest request, ActionListener<BulkByScrollResponse> listener)-
Methods inherited from class org.opensearch.action.support.TransportAction
execute, execute, execute
-
-
-
-
Constructor Detail
-
TransportDeleteByQueryAction
@Inject public TransportDeleteByQueryAction(ThreadPool threadPool, ActionFilters actionFilters, Client client, TransportService transportService, ScriptService scriptService, ClusterService clusterService)
-
-
Method Detail
-
doExecute
public void doExecute(Task task, DeleteByQueryRequest request, ActionListener<BulkByScrollResponse> listener)
- Specified by:
doExecutein classTransportAction<DeleteByQueryRequest,BulkByScrollResponse>
-
-