- All Implemented Interfaces:
- java.io.Serializable, org.apache.spark.api.java.function.FlatMapFunction<K,V>
- Direct Known Subclasses:
- ExecuteJoinFlatMapFunction, FilterAndFlattenJoinedValues, SequenceFlatMapFunction, SequenceSplitFunction, SequenceToRows, SparkTransformProcessFunction
public class BaseFlatMapFunctionAdaptee<K,V>
extends java.lang.Object
implements org.apache.spark.api.java.function.FlatMapFunction<K,V>
FlatMapFunction adapter to
hide incompatibilities between Spark 1.x and Spark 2.x
This class should be used instead of direct referral to FlatMapFunction
- See Also:
- Serialized Form