Interface LayerUpdaterFactory

All Known Implementing Classes:
DefaultLayerUpdaterFactory

public interface LayerUpdaterFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createUpdater(org.apache.spark.sql.SparkSession sparkSession, HRN catalogHrn, Layer layer, ClientsFactory clientsFactory, org.apache.hadoop.conf.Configuration config)
     
  • Method Details

    • createUpdater

      LayerUpdater createUpdater(org.apache.spark.sql.SparkSession sparkSession, HRN catalogHrn, Layer layer, ClientsFactory clientsFactory, org.apache.hadoop.conf.Configuration config)