- All Implemented Interfaces:
- java.io.Serializable, org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V>
- Direct Known Subclasses:
- FeedForwardWithKeyFunction, GraphFeedForwardWithKeyFunction, MapTupleToPairFlatMap, ScoreExamplesWithKeyFunction, ScoreExamplesWithKeyFunction, SplitDataSetExamplesPairFlatMapFunction, VaeReconstructionErrorWithKeyFunction, VaeReconstructionProbWithKeyFunction
public class BasePairFlatMapFunctionAdaptee<T,K,V>
extends java.lang.Object
implements org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V>
PairFlatMapFunction adapter to hide incompatibilities between Spark 1.x and Spark 2.x
This class should be used instead of direct referral to PairFlatMapFunction
- See Also:
- Serialized Form