Uses of Class
org.apache.wayang.basic.operators.RepeatOperator
Packages that use RepeatOperator
Package
Description
-
Uses of RepeatOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type RepeatOperatorModifierConstructorDescriptionRepeatOperator
(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.operatorsModifier and TypeClassDescriptionclass
Flink implementation of theRepeatOperator
.class
FlinkRepeatOperator<Type>
Flink implementation of theRepeatOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type RepeatOperatorModifierConstructorDescription -
Uses of RepeatOperator in org.apache.wayang.java.operators
Subclasses of RepeatOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclass
JavaRepeatOperator<Type>
Java implementation of theDoWhileOperator
.Constructors in org.apache.wayang.java.operators with parameters of type RepeatOperator -
Uses of RepeatOperator in org.apache.wayang.spark.operators
Subclasses of RepeatOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclass
SparkRepeatOperator<Type>
Spark implementation of theRepeatOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type RepeatOperator