public class PairMapIterableFunction<K,V,S,T> extends Object implements org.apache.spark.api.java.function.PairFunction<Pair<K,List<V>>,S,Iterable<T>>
PairMapIterableFunction(MapFn<Pair<K,List<V>>,Pair<S,Iterable<T>>> fn, SparkRuntimeContext runtimeContext)
scala.Tuple2<S,Iterable<T>>
call(Pair<K,List<V>> input)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PairMapIterableFunction(MapFn<Pair<K,List<V>>,Pair<S,Iterable<T>>> fn, SparkRuntimeContext runtimeContext)
public scala.Tuple2<S,Iterable<T>> call(Pair<K,List<V>> input) throws Exception
call
org.apache.spark.api.java.function.PairFunction<Pair<K,List<V>>,S,Iterable<T>>
Exception
Copyright © 2016 The Apache Software Foundation. All rights reserved.