| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream |
| 限定符和类型 | 方法和说明 |
|---|---|
KeyedStream.IntervalJoin<T1,T2,KEY> |
KeyedStream.IntervalJoin.inEventTime()
Sets the time characteristic to event time.
|
KeyedStream.IntervalJoin<T1,T2,KEY> |
KeyedStream.IntervalJoin.inProcessingTime()
Sets the time characteristic to processing time.
|
<T1> KeyedStream.IntervalJoin<T,T1,KEY> |
KeyedStream.intervalJoin(KeyedStream<T1,KEY> otherStream)
Join elements of this
KeyedStream with elements of another KeyedStream over a
time interval that can be specified with between(Time, Time). |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.