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 | Interface and Description |
---|---|
interface |
StageSubmitterContext
Similar to
TransformContext , but also exposing functionality of MessagingContext . |
Modifier and Type | Method and Description |
---|---|
protected TransformContext |
Transform.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
Transform.initialize(TransformContext context)
Initialize the Transform Stage.
|
void |
SplitterTransform.initialize(TransformContext context) |
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 |
BatchAggregatorContext
Context of a Batch Aggregator.
|
interface |
BatchContext
Context passed to Batch Source and Sink.
|
interface |
BatchJoinerContext
Context of a Batch Joiner
|
interface |
BatchJoinerRuntimeContext
Runtime context for batch joiner
|
interface |
BatchRuntimeContext
Context passed to Batch Source and Sink.
|
interface |
BatchSinkContext
Context of a Batch Sink.
|
interface |
BatchSourceContext
Context of a Batch Source.
|
Copyright © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.