Package | Description |
---|---|
io.cdap.cdap.etl.api.batch |
Packages for ETL Application Templates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchActionContext
Context for a batch action, giving access to whether the run was successful, the workflow token, and the state
of each phase in the workflow.
|
interface |
BatchJoinerRuntimeContext
Runtime context for batch joiner
|
Modifier and Type | Method and Description |
---|---|
void |
BatchSink.initialize(BatchRuntimeContext context)
Initialize the Batch Sink stage.
|
void |
BatchReducibleAggregator.initialize(BatchRuntimeContext context)
Initialize the Batch Reduce Aggregator.
|
void |
BatchSource.initialize(BatchRuntimeContext context)
Initialize the Batch Source stage.
|
void |
BatchAggregator.initialize(BatchRuntimeContext context)
Initialize the Batch Aggregator.
|
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.