Class JavaReduceByOperator<Type,KeyType>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaReduceByOperator<Type,KeyType> extends ReduceByOperator<Type,KeyType> implements JavaExecutionOperator
Java implementation of the ReduceByOperator.
See Also: