Interface ETLStreamCreator

  • All Known Implementing Classes:
    FileStreamCreator

    public interface ETLStreamCreator
    We can potentially get a large number of ETLInfo objects when performing ETL for the first time. If we had an EventStream in each of there, we could potentially run into issues with "too many open files" So, each ETLInfo instead has something that can generate the stream when needed.
    Author:
    mshankar
    • Method Summary

      Modifier and Type Method Description
      EventStream getStream()