Class TransportReindexAction

java.lang.Object
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  

    Fields inherited from class org.elasticsearch.action.support.TransportAction

    actionName, localConnection, logger, taskManager
  • 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, org.elasticsearch.index.reindex.ReindexSslConfig sslConfig)  
  • Method Summary

    Modifier and Type Method Description
    protected void doExecute​(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.action.support.TransportAction

    execute, execute, execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REMOTE_CLUSTER_WHITELIST

      public static final org.elasticsearch.common.settings.Setting<java.util.List<java.lang.String>> REMOTE_CLUSTER_WHITELIST
  • Constructor Details

    • 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, org.elasticsearch.index.reindex.ReindexSslConfig sslConfig)
  • Method Details

    • 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)
      Specified by:
      doExecute in class org.elasticsearch.action.support.TransportAction<org.elasticsearch.index.reindex.ReindexRequest,​org.elasticsearch.index.reindex.BulkByScrollResponse>