public class TransportReindexAction
extends <any>
| Modifier and Type | Field and Description |
|---|---|
static <any> |
REMOTE_CLUSTER_WHITELIST |
| 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,
<any> listener) |
protected void |
doExecute(Task task,
ReindexRequest request,
<any> listener) |
public TransportReindexAction(Settings settings,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
ClusterService clusterService,
ScriptService scriptService,
AutoCreateIndex autoCreateIndex,
Client client,
TransportService transportService)