Uses of Class
org.apache.wayang.basic.operators.GlobalReduceOperator
-
Packages that use GlobalReduceOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of GlobalReduceOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type GlobalReduceOperator Constructor Description GlobalReduceOperator(GlobalReduceOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of GlobalReduceOperator in org.apache.wayang.flink.operators
Subclasses of GlobalReduceOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkGlobalReduceOperator<Type>
Flink implementation of theGlobalReduceOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type GlobalReduceOperator Constructor Description FlinkGlobalReduceOperator(GlobalReduceOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of GlobalReduceOperator in org.apache.wayang.java.operators
Subclasses of GlobalReduceOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaGlobalReduceOperator<Type>
Java implementation of theGlobalReduceOperator
.Constructors in org.apache.wayang.java.operators with parameters of type GlobalReduceOperator Constructor Description JavaGlobalReduceOperator(GlobalReduceOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of GlobalReduceOperator in org.apache.wayang.spark.operators
Subclasses of GlobalReduceOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkGlobalReduceOperator<Type>
Spark implementation of theGlobalReduceOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type GlobalReduceOperator Constructor Description SparkGlobalReduceOperator(GlobalReduceOperator<Type> that)
Copies an instance (exclusive of broadcasts).
-