This project has retired. For details please refer to its
Attic page.
OutputConverterFunction (Apache Crunch 0.11.0 API)
org.apache.crunch.impl.spark.fn
Class OutputConverterFunction<K,V,S>
java.lang.Object
org.apache.crunch.impl.spark.fn.OutputConverterFunction<K,V,S>
- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.PairFunction<S,K,V>
public class OutputConverterFunction<K,V,S>
- extends Object
- implements org.apache.spark.api.java.function.PairFunction<S,K,V>
- See Also:
- Serialized Form
Method Summary |
scala.Tuple2<K,V> |
call(S s)
|
OutputConverterFunction
public OutputConverterFunction(Converter<K,V,S,?> converter)
call
public scala.Tuple2<K,V> call(S s)
throws Exception
- Specified by:
call
in interface org.apache.spark.api.java.function.PairFunction<S,K,V>
- Throws:
Exception
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.