| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function | |
| uk.gov.gchq.gaffer.function.context | |
| uk.gov.gchq.gaffer.function.processor |
| Class and Description |
|---|
| ConsumerFunctionContext
A
ConsumerFunctionContext wraps a ConsumerFunction, and provides the
references to select data from an input Tuple so they can be consumed by the function. |
| Class and Description |
|---|
| ConsumerFunctionContext
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
Implementation of the Builder pattern for
ConsumerFunctionContext. |
| ConsumerProducerFunctionContext
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
Implementation of the Builder pattern for
ConsumerProducerFunctionContext. |
| FunctionContext
A FunctionContext wraps a
Function. |
| FunctionContext.Builder
Implementation of the Builder pattern for
FunctionContext. |
| PassThroughFunctionContext
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
Implementation of the Builder pattern for
PassThroughFunctionContext. |
| ProducerFunctionContext
A
ProducerFunctionContext wraps a ProducerFunction, and provides the
references to project the results produced by a function into an output Tuple. |
| ProducerFunctionContext.Builder
Implementation of the Builder pattern for
ProducerFunctionContext. |
| Class and Description |
|---|
| ConsumerFunctionContext
A
ConsumerFunctionContext wraps a ConsumerFunction, and provides the
references to select data from an input Tuple so they can be consumed by the function. |
| FunctionContext
A FunctionContext wraps a
Function. |
Copyright © 2017. All rights reserved.