Uses of Class
org.apache.wayang.basic.operators.MapPartitionsOperator
-
Packages that use MapPartitionsOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of MapPartitionsOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type MapPartitionsOperator Constructor Description MapPartitionsOperator(MapPartitionsOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapPartitionsOperator in org.apache.wayang.flink.operators
Subclasses of MapPartitionsOperator in org.apache.wayang.flink.operators Modifier and Type Class Description classFlinkMapPartitionsOperator<InputType,OutputType>Flink implementation of theMapPartitionsOperator.Constructors in org.apache.wayang.flink.operators with parameters of type MapPartitionsOperator Constructor Description FlinkMapPartitionsOperator(MapPartitionsOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapPartitionsOperator in org.apache.wayang.java.operators
Subclasses of MapPartitionsOperator in org.apache.wayang.java.operators Modifier and Type Class Description classJavaMapPartitionsOperator<InputType,OutputType>Java implementation of theMapPartitionsOperator.Constructors in org.apache.wayang.java.operators with parameters of type MapPartitionsOperator Constructor Description JavaMapPartitionsOperator(MapPartitionsOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts). -
Uses of MapPartitionsOperator in org.apache.wayang.spark.operators
Subclasses of MapPartitionsOperator in org.apache.wayang.spark.operators Modifier and Type Class Description classSparkMapPartitionsOperator<InputType,OutputType>Spark implementation of theMapPartitionsOperator.Constructors in org.apache.wayang.spark.operators with parameters of type MapPartitionsOperator Constructor Description SparkMapPartitionsOperator(MapPartitionsOperator<InputType,OutputType> that)Copies an instance (exclusive of broadcasts).
-