public static class WindowJoin.MyJoinFunction extends Object implements org.apache.flink.api.common.functions.JoinFunction<org.apache.flink.api.java.tuple.Tuple2<String,Integer>,org.apache.flink.api.java.tuple.Tuple2<String,Integer>,org.apache.flink.api.java.tuple.Tuple3<String,Integer,Integer>>
| Constructor and Description |
|---|
MyJoinFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.tuple.Tuple3<String,Integer,Integer> |
join(org.apache.flink.api.java.tuple.Tuple2<String,Integer> first,
org.apache.flink.api.java.tuple.Tuple2<String,Integer> second) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.