| Package | Description |
|---|---|
| co.cask.cdap.etl.api |
Packages for ETL Application Templates.
|
| co.cask.cdap.etl.api.batch |
Packages for ETL Application Templates.
|
| co.cask.cdap.etl.api.realtime |
Packages for ETL Application Templates.
|
| 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.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RealtimeContext
Context passed to the Source and Sink stages of Realtime pipeline.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.