Class SignalsApiActions


  • public class SignalsApiActions
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.logging.log4j.Logger log  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Collection<org.elasticsearch.rest.RestHandler> getHandler​(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController controller, org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService cs, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.threadpool.ThreadPool threadPool)  
    • Field Detail

      • log

        protected static final org.apache.logging.log4j.Logger log
    • Constructor Detail

      • SignalsApiActions

        public SignalsApiActions()
    • Method Detail

      • getHandler

        public static Collection<org.elasticsearch.rest.RestHandler> getHandler​(org.elasticsearch.common.settings.Settings settings,
                                                                                Path configPath,
                                                                                org.elasticsearch.rest.RestController controller,
                                                                                org.elasticsearch.client.Client client,
                                                                                org.elasticsearch.cluster.service.ClusterService cs,
                                                                                org.elasticsearch.script.ScriptService scriptService,
                                                                                org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry,
                                                                                org.elasticsearch.threadpool.ThreadPool threadPool)