public class FlatMapPairDoFn<K,V,T> extends Object implements org.apache.spark.api.java.function.FlatMapFunction<Iterator<scala.Tuple2<K,V>>,T>
Constructor and Description |
---|
FlatMapPairDoFn(DoFn<Pair<K,V>,T> fn,
SparkRuntimeContext ctxt) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.