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.
|
BatchConnector<KEY_IN,VAL_IN> |
Batch connector that relies on the
InputFormatProvider to read from the resources |
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. |
BatchAutoJoiner |
Joins input data, leaving implementation details up to the application.
|
BatchConfigurable<T extends BatchContext> |
Base class for Batch run configuration methods.
|
BatchJoiner<JOIN_KEY,INPUT_RECORD,OUT> |
A
Joiner used for batch programs. |
BatchReducibleAggregator<GROUP_KEY,GROUP_VALUE,AGG_VALUE,OUT> |
A
ReducibleAggregator used in 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 © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.