| Class | Description |
|---|---|
| ConsumerFunctionContext<R,F extends ConsumerFunction> |
A
ConsumerFunctionContext wraps a ConsumerFunction, and provides the
references to select data from an input Tuple so they can be consumed by the function. |
| ConsumerFunctionContext.Builder<R,F extends ConsumerFunction> |
Implementation of the Builder pattern for
ConsumerFunctionContext. |
| ConsumerProducerFunctionContext<R,F extends ConsumerProducerFunction> |
A
ConsumerProducerFunctionContext extends a ConsumerFunctionContext to
wrap a ConsumerProducerFunction and also provide the references to project the results
produced by the function into an output Tuple. |
| ConsumerProducerFunctionContext.Builder<R,F extends ConsumerProducerFunction> |
Implementation of the Builder pattern for
ConsumerProducerFunctionContext. |
| FunctionContext<F extends Function> |
A FunctionContext wraps a
Function. |
| FunctionContext.Builder<F extends Function> |
Implementation of the Builder pattern for
FunctionContext. |
| PassThroughFunctionContext<R,F extends ConsumerProducerFunction> |
A
PassThroughFunctionContext extends a ConsumerFunctionContext to wrap
a ConsumerProducerFunction where the consumed and produced data have the same structure
(they have the same references and types). |
| PassThroughFunctionContext.Builder<R,F extends ConsumerProducerFunction> |
Implementation of the Builder pattern for
PassThroughFunctionContext. |
| ProducerFunctionContext<R,F extends ProducerFunction> |
A
ProducerFunctionContext wraps a ProducerFunction, and provides the
references to project the results produced by a function into an output Tuple. |
| ProducerFunctionContext.Builder<R,F extends ProducerFunction> |
Implementation of the Builder pattern for
ProducerFunctionContext. |
Copyright © 2017. All rights reserved.