FunctionContext to be executed by this Processor.FunctionContexts to be executed by this
Processor.AggregateFunction with an input record.Tuple using AggregateFunctions.AggregateFunction is a ConsumerProducerFunction that reduces a number of
input records to a single output of the same record type.Aggregator is a Processor that applies
AggregateFunctions to a set of input Tuples, combining them to
produce a single output tuple.Aggregator.ArrayTuple backed by the given array.FunctionContext configured by this Builder.Aggregator configured by this Builder.Filter configured by this Builder.Transformer configured by this Builder.Builder to configure a new ConsumerFunctionContext.Builder to configure a ConsumerFunctionContext.Builder to configure a new
ConsumerProducerFunctionContext.Builder to configure a
ConsumerProducerFunctionContext.Builder to configure a FunctionContext.Builder to configure a new
PassThroughFunctionContext.Builder to configure a PassThroughFunctionContext.Builder to configure a new ProducerFunctionContext.Builder to configure a ProducerFunctionContext.Builder to configure a new Aggregator.Builder to configure an Aggregator.Builder to configure a new Filter.Builder to configure a Filter.Builder for a new Transformer.Builder for a Transformer.Aggregator.Filter.Transformer.ConsumerFunction is a Function that consumes input records.ConsumerFunctionContext wraps a ConsumerFunction, and provides the
references to select data from an input Tuple so they can be consumed by the function.ConsumerFunctionContext that selects data from input Tuples using
the specified selection references to pass arguments to the ConsumerFunction.ConsumerFunctionContext.ConsumerProducerFunction is a Function that consumes input records and
produces output records.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 that wraps a
ConsumerProducerFunction, using the specified selection and projection references.ConsumerProducerFunctionContext.Function to be wrapped by the context and returns this
Builder for further configuration.AggregateFunction to be executed by the current
PassThroughFunctionContext.FilterFunction to be executed by the current
ConsumerFunctionContext.TransformFunction to be executed by the current
ConsumerProducerFunctionContext.Filter that executes the given FunctionContexts.Filter that executes the given FunctionContexts.Tuple against FilterFunctions, performing a
logical AND.Filter.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 is a (potentially configurable) logical operation.Function.Function.FunctionContext.FunctionContext configured by this Builder.AggregateFunction.AggregateFunctions used by this Aggregator.Inputs annotation is used by Function implementations to report accepted
argument types for it's execution method.IsA filter that tests for instances of a given control Class.IsA filter that tests for instances of a given control class name.Function to be wrapped has been configured.FilterFunction with an input record.Outputs annotation is used by Function implementations to report accepted
output types for it's execution method.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 that wraps a
ConsumerProducerFunction, using the specified references for selection and projection.PassThroughFunctionContext.Processor that executes the given FunctionContexts.ProducerFunction is a Function that produces output records.ProducerFunctionContext wraps a ProducerFunction, and provides the
references to project the results produced by a function into an output Tuple.ProducerFunctionContext that projects the results of the
ProducerFunction into output Tuples using the specified
projection references.ProducerFunctionContext.ConsumerProducerFunctionContext to
project output data and returns this Builder for further configuration.Tuple.Tuple.ProducerFunctionContext to project
output data and returns this Builder for further configuration.Tuple.ConsumerProducerFunctionContext.ConsumerFunctionContext to select
input data and returns this Builder for further configuration.Tuple.PassThroughFunctionContext.ConsumerFunctionContext.ConsumerProducerFunctionContext.SimpleAggregateFunction is an AggregateFunction
that takes a single input and returns a single output when state is called.SimpleFilterFunction is a FilterFunction that
takes a single input object.SimpleTransformFunction is an TransformFunction
that takes a single input and returns a single output.Tuple.AggregateFunction, with it's internal state initialised.Function, including any configuration values.IsA filter with the same control class as this one.Tuple using TransformFunctions.TransformFunction with an input record to produce a new output record.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.TransformFunction is a Function that produces a new output record based on
the data in an input record.Tuple provides a map-like interface to any data structure.Copyright © 2017. All rights reserved.