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