| Class | Description |
|---|---|
| Aggregator<R> |
An
Aggregator is a Processor that applies
AggregateFunctions to a set of input Tuples, combining them to
produce a single output tuple. |
| Aggregator.Builder<R> |
Implementation of the Builder pattern for
Aggregator. |
| Filter<R> | |
| Filter.Builder<R> |
Implementation of the Builder pattern for
Filter. |
| Processor<R,C extends FunctionContext<?>> | |
| Transformer<R> |
A
Transformer is a Processor that applies
TransformFunctions to Tuples, changing their contents in some
way, whether that be modification of existing values or creation of new ones. |
| Transformer.Builder<R> |
Implementation of the Builder pattern for
Transformer. |
Copyright © 2017. All rights reserved.