Class SparkCollectOperator<Type>

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

public class SparkCollectOperator<Type> extends UnaryToUnaryOperator<Type,Type> implements SparkExecutionOperator
Converts a RddChannel into a CollectionChannel of the JavaPlatform.
See Also: