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 TypeClassDescriptionclassFlink implementation of theRepeatOperator.classFlinkRepeatOperator<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 TypeClassDescriptionclassJavaRepeatOperator<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 TypeClassDescriptionclassSparkRepeatOperator<Type>Spark implementation of theRepeatOperator.Constructors in org.apache.wayang.spark.operators with parameters of type RepeatOperator