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 classFlinkRepeatExpandedOperator<Type>Flink implementation of theRepeatOperator.classFlinkRepeatOperator<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 classJavaRepeatOperator<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 classSparkRepeatOperator<Type>Spark implementation of theRepeatOperator.Constructors in org.apache.wayang.spark.operators with parameters of type RepeatOperator Constructor Description SparkRepeatOperator(RepeatOperator<Type> that)
-