Uses of Class
org.apache.wayang.basic.operators.DoWhileOperator
-
Packages that use DoWhileOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of DoWhileOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type DoWhileOperator Constructor Description DoWhileOperator(DoWhileOperator<InputType,ConvergenceType> that)Creates a copy of the givenLoopOperator. -
Uses of DoWhileOperator in org.apache.wayang.flink.operators
Subclasses of DoWhileOperator in org.apache.wayang.flink.operators Modifier and Type Class Description classFlinkDoWhileOperator<InputType,ConvergenceType>Flink implementation of theDoWhileOperator.Constructors in org.apache.wayang.flink.operators with parameters of type DoWhileOperator Constructor Description FlinkDoWhileOperator(DoWhileOperator<InputType,ConvergenceType> that)Creates a new instance. -
Uses of DoWhileOperator in org.apache.wayang.java.operators
Subclasses of DoWhileOperator in org.apache.wayang.java.operators Modifier and Type Class Description classJavaDoWhileOperator<InputType,ConvergenceType>Java implementation of theDoWhileOperator.Constructors in org.apache.wayang.java.operators with parameters of type DoWhileOperator Constructor Description JavaDoWhileOperator(DoWhileOperator<InputType,ConvergenceType> that)Creates a new instance. -
Uses of DoWhileOperator in org.apache.wayang.spark.operators
Subclasses of DoWhileOperator in org.apache.wayang.spark.operators Modifier and Type Class Description classSparkDoWhileOperator<InputType,ConvergenceType>Spark implementation of theDoWhileOperator.Constructors in org.apache.wayang.spark.operators with parameters of type DoWhileOperator Constructor Description SparkDoWhileOperator(DoWhileOperator<InputType,ConvergenceType> that)Creates a new instance.
-