Interface CortexJobRegistry

    • Method Detail

      • ingestDataSource

        IngestDataSourceJob ingestDataSource​(java.lang.String project,
                                             java.lang.String dataSource,
                                             CortexContext cortexContext)
        Creates an instance of the IngestDataSourceJob to run with the supplied parameters
        Parameters:
        project - the project
        dataSource - the DataSource name
        cortexContext - the context
        Returns:
        instance of IngestDataSourceJob
      • buildProfile

        BuildProfileJob buildProfile​(java.lang.String project,
                                     java.lang.String profileSchema,
                                     CortexContext cortexContext)
        Creates an instance of the BuildProfileJob to run with the supplied parameters
        Parameters:
        project - the project
        profileSchema - the ProfileSchema name
        cortexContext - the context
        Returns:
        instance of BuildProfileJob