|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PairFlatMapFunction<T,K,V>
A function that returns zero or more key-value pair records from each input record. The key-value pairs are represented as scala.Tuple2 objects.
| Method Summary | |
|---|---|
Iterable<scala.Tuple2<K,V>> |
call(T t)
|
| Method Detail |
|---|
Iterable<scala.Tuple2<K,V>> call(T t)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||