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