Package org.opensearch.index.reindex
Class TransportReindexAction
java.lang.Object
org.opensearch.action.support.TransportAction<ReindexRequest,BulkByScrollResponse>
org.opensearch.action.support.HandledTransportAction<ReindexRequest,BulkByScrollResponse>
org.opensearch.index.reindex.TransportReindexAction
public class TransportReindexAction
extends HandledTransportAction<ReindexRequest,BulkByScrollResponse>
-
Field Summary
FieldsFields inherited from class org.opensearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportReindexAction(Settings settings, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterService clusterService, ScriptService scriptService, AutoCreateIndex autoCreateIndex, Client client, TransportService transportService, org.opensearch.index.reindex.ReindexSslConfig sslConfig) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, ReindexRequest request, org.opensearch.core.action.ActionListener<BulkByScrollResponse> listener) Methods inherited from class org.opensearch.action.support.TransportAction
execute, execute, execute
-
Field Details
-
REMOTE_CLUSTER_ALLOWLIST
-
REMOTE_REINDEX_RETRY_INITIAL_BACKOFF
-
REMOTE_REINDEX_RETRY_MAX_COUNT
-
remoteExtension
-
-
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.opensearch.index.reindex.ReindexSslConfig sslConfig)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, ReindexRequest request, org.opensearch.core.action.ActionListener<BulkByScrollResponse> listener) - Specified by:
doExecutein classTransportAction<ReindexRequest,BulkByScrollResponse>
-