This project has retired. For details please refer to its
Attic page.
InputConverterFunction (Apache Crunch 0.12.0 API)
-
- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.Function<scala.Tuple2<K,V>,S>
public class InputConverterFunction<K,V,S>
extends Object
implements org.apache.spark.api.java.function.Function<scala.Tuple2<K,V>,S>
- See Also:
- Serialized Form
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
S |
call(scala.Tuple2<K,V> kv) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.