Package org.elasticsearch.index.reindex
Class TransportReindexAction
- java.lang.Object
-
- org.elasticsearch.common.component.AbstractComponent
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.index.reindex.ReindexRequest,org.elasticsearch.index.reindex.BulkByScrollResponse>
-
- org.elasticsearch.index.reindex.TransportReindexAction
-
public class TransportReindexAction extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.index.reindex.ReindexRequest,org.elasticsearch.index.reindex.BulkByScrollResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.settings.Setting<java.util.List<java.lang.String>>REMOTE_CLUSTER_WHITELIST
-
Constructor Summary
Constructors Constructor Description TransportReindexAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.action.support.AutoCreateIndex autoCreateIndex, org.elasticsearch.client.Client client, org.elasticsearch.transport.TransportService transportService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.elasticsearch.index.reindex.ReindexRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.index.reindex.BulkByScrollResponse> listener)protected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.index.reindex.ReindexRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.index.reindex.BulkByScrollResponse> listener)-
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
logDeprecatedSetting, logRemovedSetting, nodeName
-
-
-
-
Constructor Detail
-
TransportReindexAction
@Inject public TransportReindexAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.action.support.AutoCreateIndex autoCreateIndex, org.elasticsearch.client.Client client, org.elasticsearch.transport.TransportService transportService)
-
-
Method Detail
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.index.reindex.ReindexRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.index.reindex.BulkByScrollResponse> listener)- Overrides:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.index.reindex.ReindexRequest,org.elasticsearch.index.reindex.BulkByScrollResponse>
-
doExecute
protected void doExecute(org.elasticsearch.index.reindex.ReindexRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.index.reindex.BulkByScrollResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.index.reindex.ReindexRequest,org.elasticsearch.index.reindex.BulkByScrollResponse>
-
-