| Interface | Description |
|---|---|
| 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.
|
| BatchAggregatorContext |
Context of a Batch Aggregator.
|
| BatchContext |
Context passed to Batch Source and Sink.
|
| BatchJoinerContext |
Context of a Batch Joiner
|
| BatchJoinerRuntimeContext |
Runtime context for batch joiner
|
| BatchRuntimeContext |
Context passed to Batch Source and Sink.
|
| BatchSinkContext |
Context of a Batch Sink.
|
| BatchSourceContext |
Context of a Batch Source.
|
| Class | Description |
|---|---|
| BatchAggregator<GROUP_KEY,GROUP_VALUE,OUT> |
An
Aggregator used in batch programs. |
| BatchConfigurable<T extends BatchContext> |
Base class for Batch run configuration methods.
|
| BatchJoiner<JOIN_KEY,INPUT_RECORD,OUT> |
A
Joiner used for batch programs. |
| BatchSink<IN,KEY_OUT,VAL_OUT> |
Batch Sink forms the last stage of a Batch ETL Pipeline.
|
| BatchSource<KEY_IN,VAL_IN,OUT> |
Batch Source forms the first stage of a Batch ETL Pipeline.
|
| MultiInputBatchConfigurable<T extends BatchContext> |
Base class for multi input Batch run configuration methods.
|
| PostAction |
Defines some logic that runs at the end of a workflow run.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.