| AggregationDescriptor<InputType,OutputType> |
This descriptor pertains to functions that take multiple data units and aggregate them into a single data unit.
|
| ConsumerDescriptor<T> |
Created by bertty on 13-07-17.
|
| FlatMapDescriptor<Input,Output> |
This descriptor pertains to functions that consume a single data unit and output a group of data units.
|
| FunctionDescriptor |
A function operates on single data units or collections of those.
|
| MapPartitionsDescriptor<Input,Output> |
This descriptor pertains to functions that consume and output multiple data quanta.
|
| PredicateDescriptor<Input> |
This descriptor pertains to predicates that consume a single data unit.
|
| ReduceDescriptor<Type> |
This descriptor pertains to functions that take multiple data units and aggregate them into a single data unit
by means of a tree-like fold, i.e., using a commutative, associative function..
|
| TransformationDescriptor<Input,Output> |
This descriptor pertains to functions that consume a single data unit and output a single data unit.
|