| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function | |
| uk.gov.gchq.gaffer.function.context | |
| uk.gov.gchq.gaffer.function.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTuple
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerFunctionContext.project(Tuple<R> tuple,
Object[] values)
Project data into an output
Tuple. |
void |
PassThroughFunctionContext.project(Tuple<R> tuple,
Object[] values)
Project data into an output
Tuple. |
void |
ConsumerProducerFunctionContext.project(Tuple<R> tuple,
Object[] values)
Project data into an output
Tuple. |
Object[] |
ConsumerFunctionContext.select(Tuple<R> tuple)
Select data from an input
Tuple. |
| Modifier and Type | Method and Description |
|---|---|
void |
Aggregator.aggregate(Tuple<R> tuple)
Aggregate an input
Tuple using AggregateFunctions. |
boolean |
Filter.filter(Tuple<R> tuple)
Test an input
Tuple against FilterFunctions, performing a
logical AND. |
void |
Aggregator.state(Tuple<R> tuple)
Write the current aggregated results into an output
Tuple. |
void |
Transformer.transform(Tuple<R> tuple)
Transform an input
Tuple using TransformFunctions. |
Copyright © 2017. All rights reserved.