Class ExtendedMapPartitionsFunctionAdapter<InputType,​OutputType>

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.api.java.function.FlatMapFunction<java.util.Iterator<InputType>,​OutputType>

    public class ExtendedMapPartitionsFunctionAdapter<InputType,​OutputType>
    extends java.lang.Object
    implements org.apache.spark.api.java.function.FlatMapFunction<java.util.Iterator<InputType>,​OutputType>
    Wraps a Function as a FlatMapFunction.
    See Also:
    Serialized Form