Uses of Class
org.apache.wayang.basic.operators.ReduceByOperator
-
Packages that use ReduceByOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of ReduceByOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type ReduceByOperator Constructor Description ReduceByOperator(ReduceByOperator<Type,Key> that)Copies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.flink.operators
Subclasses of ReduceByOperator in org.apache.wayang.flink.operators Modifier and Type Class Description classFlinkReduceByOperator<InputType,KeyType>Flink implementation of theReduceByOperator.Constructors in org.apache.wayang.flink.operators with parameters of type ReduceByOperator Constructor Description FlinkReduceByOperator(ReduceByOperator<InputType,KeyType> that)Copies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.java.operators
Subclasses of ReduceByOperator in org.apache.wayang.java.operators Modifier and Type Class Description classJavaReduceByOperator<Type,KeyType>Java implementation of theReduceByOperator.Constructors in org.apache.wayang.java.operators with parameters of type ReduceByOperator Constructor Description JavaReduceByOperator(ReduceByOperator<Type,KeyType> that)Copies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.spark.operators
Subclasses of ReduceByOperator in org.apache.wayang.spark.operators Modifier and Type Class Description classSparkReduceByOperator<Type,KeyType>Spark implementation of theReduceByOperator.Constructors in org.apache.wayang.spark.operators with parameters of type ReduceByOperator Constructor Description SparkReduceByOperator(ReduceByOperator<Type,KeyType> that)Copies an instance (exclusive of broadcasts).
-