Uses of Class
org.apache.wayang.basic.operators.ReduceByOperator
Packages that use ReduceByOperator
Package
Description
-
Uses of ReduceByOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionReduceByOperator
(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.operatorsModifier and TypeClassDescriptionclass
FlinkReduceByOperator<InputType,
KeyType> Flink implementation of theReduceByOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.java.operators
Subclasses of ReduceByOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclass
JavaReduceByOperator<Type,
KeyType> Java implementation of theReduceByOperator
.Constructors in org.apache.wayang.java.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.spark.operators
Subclasses of ReduceByOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclass
SparkReduceByOperator<Type,
KeyType> Spark implementation of theReduceByOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).