public class TransportReindexAction extends HandledTransportAction<ReindexRequest,BulkByScrollResponse>
| Modifier and Type | Field and Description |
|---|---|
static Setting<java.util.List<java.lang.String>> |
REMOTE_CLUSTER_WHITELIST |
actionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportReindexAction(Settings settings,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
ClusterService clusterService,
ScriptService scriptService,
AutoCreateIndex autoCreateIndex,
Client client,
TransportService transportService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ReindexRequest request,
ActionListener<BulkByScrollResponse> listener) |
protected void |
doExecute(Task task,
ReindexRequest request,
ActionListener<BulkByScrollResponse> listener) |
execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeNamepublic static final Setting<java.util.List<java.lang.String>> REMOTE_CLUSTER_WHITELIST
@Inject public TransportReindexAction(Settings settings, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterService clusterService, ScriptService scriptService, AutoCreateIndex autoCreateIndex, Client client, TransportService transportService)
protected void doExecute(Task task, ReindexRequest request, ActionListener<BulkByScrollResponse> listener)
doExecute in class TransportAction<ReindexRequest,BulkByScrollResponse>protected void doExecute(ReindexRequest request, ActionListener<BulkByScrollResponse> listener)
doExecute in class TransportAction<ReindexRequest,BulkByScrollResponse>