Interface OETLExtractor

All Superinterfaces:
Iterator<OETLExtractedItem>, OETLComponent
All Known Implementing Classes:
OETLAbstractExtractor, OETLAbstractSourceExtractor, OETLCSVExtractor, OETLJDBCExtractor, OETLJsonExtractor, OETLRowExtractor, OETLXmlExtractor

public interface OETLExtractor extends OETLComponent, Iterator<OETLExtractedItem>
ETL Extractor.
  • Method Details

    • extract

      void extract(Reader iReader)
    • getProgress

      long getProgress()
    • getTotal

      long getTotal()
    • getUnit

      String getUnit()