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<ReindexRequest,BulkByScrollResponse>
-
- org.elasticsearch.index.reindex.TransportReindexAction
-
public class TransportReindexAction extends HandledTransportAction<ReindexRequest,BulkByScrollResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.action.support.HandledTransportAction
HandledTransportAction.ChannelActionListener<Response extends TransportResponse,Request extends TransportRequest>
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.util.List<java.lang.String>>REMOTE_CLUSTER_WHITELIST-
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, indexNameExpressionResolver, taskManager, threadPool
-
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
deprecationLogger, logger, settings
-
-
Constructor Summary
Constructors Constructor Description TransportReindexAction(Settings settings, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterService clusterService, ScriptService scriptService, AutoCreateIndex autoCreateIndex, Client client, TransportService transportService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(ReindexRequest request, ActionListener<BulkByScrollResponse> listener)protected voiddoExecute(Task task, ReindexRequest request, ActionListener<BulkByScrollResponse> listener)-
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute, execute
-
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
-
-
-
-
Field Detail
-
REMOTE_CLUSTER_WHITELIST
public static final Setting<java.util.List<java.lang.String>> REMOTE_CLUSTER_WHITELIST
-
-
Constructor Detail
-
TransportReindexAction
@Inject public TransportReindexAction(Settings settings, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterService clusterService, ScriptService scriptService, AutoCreateIndex autoCreateIndex, Client client, TransportService transportService)
-
-
Method Detail
-
doExecute
protected void doExecute(Task task, ReindexRequest request, ActionListener<BulkByScrollResponse> listener)
- Overrides:
doExecutein classTransportAction<ReindexRequest,BulkByScrollResponse>
-
doExecute
protected void doExecute(ReindexRequest request, ActionListener<BulkByScrollResponse> listener)
- Specified by:
doExecutein classTransportAction<ReindexRequest,BulkByScrollResponse>
-
-