public static class WindowJoin.MySourceMap extends org.apache.flink.api.common.functions.RichMapFunction<String,org.apache.flink.api.java.tuple.Tuple3<Long,String,Integer>>
| Constructor and Description |
|---|
WindowJoin.MySourceMap() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.tuple.Tuple3<Long,String,Integer> |
map(String line) |
public org.apache.flink.api.java.tuple.Tuple3<Long,String,Integer> map(String line) throws Exception
map in interface org.apache.flink.api.common.functions.MapFunction<String,org.apache.flink.api.java.tuple.Tuple3<Long,String,Integer>>map in class org.apache.flink.api.common.functions.RichMapFunction<String,org.apache.flink.api.java.tuple.Tuple3<Long,String,Integer>>ExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.