Class ETLContext

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ETLContext
    extends BasicContext
    A class to hold state for one run of ETL. A new ETL context is created for each run of ETL. In addition, we also support the ability to execute code after completion of the entire run.
    Author:
    mshankar
    • Constructor Detail

      • ETLContext

        public ETLContext()
    • Method Detail

      • putString

        public void putString​(String key,
                              String value)
      • addPostETLTask

        public void addPostETLTask​(Runnable runnable)
      • executePostETLTasks

        public void executePostETLTasks()