| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream.temporal |
| Modifier and Type | Method and Description |
|---|---|
StreamJoinOperator.JoinPredicate<I1,I2> |
StreamJoinOperator.JoinWindow.where(int... fields)
Continues a temporal Join transformation.
|
<K> StreamJoinOperator.JoinPredicate<I1,I2> |
StreamJoinOperator.JoinWindow.where(org.apache.flink.api.java.functions.KeySelector<I1,K> keySelector)
Continues a temporal Join transformation and defines a
KeySelector function for the first join DataStream
. The KeySelector function is called for each element of the
first DataStream and extracts a single key value on which the
DataStream is joined. |
StreamJoinOperator.JoinPredicate<I1,I2> |
StreamJoinOperator.JoinWindow.where(String... fields)
Continues a temporal join transformation.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.