Uses of Class
org.apache.flink.streaming.api.datastream.CoGroupedStreams.WithWindow
Packages that use CoGroupedStreams.WithWindow
-
Uses of CoGroupedStreams.WithWindow in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return CoGroupedStreams.WithWindowModifier and TypeMethodDescriptionCoGroupedStreams.WithWindow.allowedLateness(Duration newLateness) Sets the time by which elements are allowed to be late.CoGroupedStreams.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.CoGroupedStreams.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>
CoGroupedStreams.WithWindow<T1,T2, KEY, W> CoGroupedStreams.Where.EqualTo.window(WindowAssigner<? super org.apache.flink.util.TaggedUnion<T1, T2>, W> assigner) Specifies the window on which the co-group operation works.