Packages

package v3

Linear Supertypes
AnyRef, Any

Type Members

  1. type SimpleETL = ETL[SimpleConfiguration]
  2. type SimpleETLP = ETLP[SimpleConfiguration]
  3. type SimpleSingleETL = SingleETL[SimpleConfiguration]
  4. type SimpleTransformationsETL = TransformationsETL[SimpleConfiguration]
  5. abstract class ETL[T <: Configuration] extends AnyRef

    Defines a common workflow for ETL jobs.

    Defines a common workflow for ETL jobs. By definition an ETL can take 1..N sources as input and can produce 1..N output.

    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.ETL instead

  6. abstract class ETLP[T <: Configuration] extends SingleETL[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.ETLP instead

  7. abstract class SingleETL[T <: Configuration] extends ETL[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.SingleETL instead

  8. class TransformationsETL[T <: Configuration] extends SingleETL[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.TransformationsETL instead

Inherited from AnyRef

Inherited from Any

Ungrouped