Package | Description |
---|---|
io.cdap.cdap.etl.api |
Packages for ETL Application Templates.
|
io.cdap.cdap.etl.api.batch |
Packages for ETL Application Templates.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorTransform<IN,OUT>
A special type of
Transform that will get as input all errors emitted by the previous stage. |
class |
SerializableTransform<IN,OUT>
Used to mark a transform as serializable.
|
class |
Transform<IN,OUT>
Transform Stage.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchSink<IN,KEY_OUT,VAL_OUT>
Batch Sink forms the last stage of a Batch ETL Pipeline.
|
class |
BatchSource<KEY_IN,VAL_IN,OUT>
Batch Source forms the first stage of a Batch ETL Pipeline.
|
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.