Package | Description |
---|---|
io.cdap.cdap.etl.api.batch |
Packages for ETL Application Templates.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchAggregator<GROUP_KEY,GROUP_VALUE,OUT>
An
Aggregator used in batch programs. |
class |
BatchReducibleAggregator<GROUP_KEY,GROUP_VALUE,AGG_VALUE,OUT>
A
ReducibleAggregator used in batch programs. |
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 © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.