Class DataLoadControllerRestServiceConfig

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    @Configuration
    @Profile("dist-data-node | !dist-query-node")
    public class DataLoadControllerRestServiceConfig
    extends com.qfs.server.cfg.ASpringRestServerConfig
    Configure a Rest service to allow remote control of data loading in ActivePivot.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.qfs.server.cfg.ASpringRestServerConfig

        com.qfs.server.cfg.ASpringRestServerConfig.RESTfulServiceRegistry
      • Nested classes/interfaces inherited from class com.qfs.rest.server.impl.ARestServerConfig

        com.qfs.rest.server.impl.ARestServerConfig.RestServerApplication
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.activeviam.tools.dataloadcontroller.controller.IDataLoadController dataLoadController  
      static String NAMESPACE
      The namespace in which the REST API is exposed.
      • Fields inherited from class com.qfs.server.cfg.ASpringRestServerConfig

        context, env, logger, servers
      • Fields inherited from class com.qfs.rest.server.impl.ARestServerConfig

        APPLICATION, JSON_PROVIDER
    • Field Detail

      • dataLoadController

        @Autowired
        protected com.activeviam.tools.dataloadcontroller.controller.IDataLoadController dataLoadController
    • Constructor Detail

      • DataLoadControllerRestServiceConfig

        public DataLoadControllerRestServiceConfig()
    • Method Detail

      • getNamespace

        public String getNamespace()
        Specified by:
        getNamespace in class com.qfs.server.cfg.ASpringRestServerConfig
      • registerRESTfulServiceRegistry

        protected void registerRESTfulServiceRegistry​(com.qfs.server.cfg.ASpringRestServerConfig.RESTfulServiceRegistry registry)
        Specified by:
        registerRESTfulServiceRegistry in class com.qfs.server.cfg.ASpringRestServerConfig