Class SparkLoopOperator<InputType,ConvergenceType>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.basic.operators.LoopOperator<InputType,ConvergenceType>
org.apache.wayang.spark.operators.SparkLoopOperator<InputType,ConvergenceType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, LoopHeadOperator, Operator, SparkExecutionOperator

public class SparkLoopOperator<InputType,ConvergenceType> extends LoopOperator<InputType,ConvergenceType> implements SparkExecutionOperator
Spark implementation of the LoopOperator.
See Also: