Uses of Class
org.apache.wayang.basic.operators.RepeatOperator
-
Packages that use RepeatOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of RepeatOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type RepeatOperator Constructor Description RepeatOperator(RepeatOperator<Type> that)
Creates a copy of the givenRepeatOperator
. -
Uses of RepeatOperator in org.apache.wayang.flink.operators
Subclasses of RepeatOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkRepeatExpandedOperator<Type>
Flink implementation of theRepeatOperator
.class
FlinkRepeatOperator<Type>
Flink implementation of theRepeatOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type RepeatOperator Constructor Description FlinkRepeatExpandedOperator(RepeatOperator<Type> that)
FlinkRepeatOperator(RepeatOperator<Type> that)
-
Uses of RepeatOperator in org.apache.wayang.java.operators
Subclasses of RepeatOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaRepeatOperator<Type>
Java implementation of theDoWhileOperator
.Constructors in org.apache.wayang.java.operators with parameters of type RepeatOperator Constructor Description JavaRepeatOperator(RepeatOperator<Type> that)
-
Uses of RepeatOperator in org.apache.wayang.spark.operators
Subclasses of RepeatOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkRepeatOperator<Type>
Spark implementation of theRepeatOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type RepeatOperator Constructor Description SparkRepeatOperator(RepeatOperator<Type> that)
-