Class SparkCollectionSource<Type>

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

public class SparkCollectionSource<Type> extends CollectionSource<Type> implements SparkExecutionOperator
Provides a Collection to a Spark job. Can also be used to convert CollectionChannels of the JavaPlatform into RddChannels.
See Also: