| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function | |
| uk.gov.gchq.gaffer.function.context | |
| uk.gov.gchq.gaffer.function.processor |
| Class and Description |
|---|
| AggregateFunction
An
AggregateFunction is a ConsumerProducerFunction that reduces a number of
input records to a single output of the same record type. |
| ConsumerFunction
A
ConsumerFunction is a Function that consumes input records. |
| ConsumerProducerFunction
A
ConsumerProducerFunction is a Function that consumes input records and
produces output records. |
| FilterFunction
A
FilterFunction is a ConsumerFunction that tests input records against some
criteria, returning a boolean result to indicate whether the input passes or fails the test. |
| Function
A
Function is a (potentially configurable) logical operation. |
| IsA |
| ProducerFunction
A
ProducerFunction is a Function that produces output records. |
| SimpleFilterFunction
An
SimpleFilterFunction is a FilterFunction that
takes a single input object. |
| TransformFunction
A
TransformFunction is a Function that produces a new output record based on
the data in an input record. |
| Tuple
A
Tuple provides a map-like interface to any data structure. |
| Class and Description |
|---|
| ConsumerFunction
A
ConsumerFunction is a Function that consumes input records. |
| ConsumerProducerFunction
A
ConsumerProducerFunction is a Function that consumes input records and
produces output records. |
| Function
A
Function is a (potentially configurable) logical operation. |
| ProducerFunction
A
ProducerFunction is a Function that produces output records. |
| Tuple
A
Tuple provides a map-like interface to any data structure. |
| Class and Description |
|---|
| AggregateFunction
An
AggregateFunction is a ConsumerProducerFunction that reduces a number of
input records to a single output of the same record type. |
| FilterFunction
A
FilterFunction is a ConsumerFunction that tests input records against some
criteria, returning a boolean result to indicate whether the input passes or fails the test. |
| TransformFunction
A
TransformFunction is a Function that produces a new output record based on
the data in an input record. |
| Tuple
A
Tuple provides a map-like interface to any data structure. |
Copyright © 2017. All rights reserved.