Uses of Class
org.apache.wayang.basic.operators.LoopOperator
-
Packages that use LoopOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of LoopOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type LoopOperator Constructor Description LoopOperator(LoopOperator<InputType,ConvergenceType> that)
Creates a copy of the givenLoopOperator
. -
Uses of LoopOperator in org.apache.wayang.flink.operators
Subclasses of LoopOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkLoopOperator<InputType,ConvergenceType>
Flink implementation of theRepeatOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type LoopOperator Constructor Description FlinkLoopOperator(LoopOperator<InputType,ConvergenceType> that)
Creates a copy of the givenLoopOperator
. -
Uses of LoopOperator in org.apache.wayang.java.operators
Subclasses of LoopOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaLoopOperator<InputType,ConvergenceType>
Java implementation of theLoopOperator
.Constructors in org.apache.wayang.java.operators with parameters of type LoopOperator Constructor Description JavaLoopOperator(LoopOperator<InputType,ConvergenceType> that)
Creates a copy of the givenLoopOperator
. -
Uses of LoopOperator in org.apache.wayang.spark.operators
Subclasses of LoopOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkLoopOperator<InputType,ConvergenceType>
Spark implementation of theLoopOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type LoopOperator Constructor Description SparkLoopOperator(LoopOperator<InputType,ConvergenceType> that)
Creates a copy of the givenLoopOperator
.
-