Uses of Class
org.apache.flink.streaming.api.datastream.JoinedStreams.WithWindow
Packages that use JoinedStreams.WithWindow
-
Uses of JoinedStreams.WithWindow in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return JoinedStreams.WithWindowModifier and TypeMethodDescriptionJoinedStreams.WithWindow.allowedLateness(Duration newLateness) Sets the time by which elements are allowed to be late.JoinedStreams.WithWindow.evictor(Evictor<? super org.apache.flink.util.TaggedUnion<T1, T2>, ? super W> newEvictor) Sets theEvictorthat should be used to evict elements from a window before emission.JoinedStreams.WithWindow.trigger(Trigger<? super org.apache.flink.util.TaggedUnion<T1, T2>, ? super W> newTrigger) Sets theTriggerthat should be used to trigger window emission.<W extends Window>
JoinedStreams.WithWindow<T1,T2, KEY, W> JoinedStreams.Where.EqualTo.window(WindowAssigner<? super org.apache.flink.util.TaggedUnion<T1, T2>, W> assigner) Specifies the window on which the join operation works.