public static final class WordCount.HadoopDatatypeMapper extends RichMapFunction<Tuple2<String,Integer>,Tuple2<Text,IntWritable>>
| Constructor and Description |
|---|
WordCount.HadoopDatatypeMapper() |
public Tuple2<Text,IntWritable> map(Tuple2<String,Integer> value) throws Exception
map in interface org.apache.flink.api.common.functions.MapFunction<Tuple2<String,Integer>,Tuple2<Text,IntWritable>>map in class RichMapFunction<Tuple2<String,Integer>,Tuple2<Text,IntWritable>>ExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.