This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.fn.SFlatMapFunction2 (Apache Crunch 0.11.0 API)

Uses of Class
org.apache.crunch.fn.SFlatMapFunction2

Packages that use SFlatMapFunction2
org.apache.crunch.fn Commonly used functions for manipulating collections. 
 

Uses of SFlatMapFunction2 in org.apache.crunch.fn
 

Methods in org.apache.crunch.fn that return SFlatMapFunction2
static
<K,V,R> SFlatMapFunction2<K,V,R>
SFunctions.wrap(org.apache.spark.api.java.function.FlatMapFunction2<K,V,R> f)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.