Class TransportExecuteWatchAction

    • Field Summary

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

        actionName, localConnection, logger, taskManager
    • Constructor Summary

      Constructors 
      Constructor Description
      TransportExecuteWatchAction​(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.client.Client client, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.cluster.service.ClusterService clusterService, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)  
    • Constructor Detail

      • TransportExecuteWatchAction

        @Inject
        public TransportExecuteWatchAction​(Signals signals,
                                           org.elasticsearch.transport.TransportService transportService,
                                           org.elasticsearch.threadpool.ThreadPool threadPool,
                                           org.elasticsearch.action.support.ActionFilters actionFilters,
                                           org.elasticsearch.script.ScriptService scriptService,
                                           org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry,
                                           org.elasticsearch.client.Client client,
                                           org.elasticsearch.common.settings.Settings settings,
                                           org.elasticsearch.cluster.service.ClusterService clusterService,
                                           com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)