Uses of Class
org.apache.flink.streaming.api.datastream.WindowedStream
Packages that use WindowedStream
-
Uses of WindowedStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return WindowedStreamModifier and TypeMethodDescriptionWindowedStream.allowedLateness(Duration lateness) Sets the time by which elements are allowed to be late.KeyedStream.countWindow(long size) Windows thisKeyedStreaminto tumbling count windows.KeyedStream.countWindow(long size, long slide) Windows thisKeyedStreaminto sliding count windows.WindowedStream.enableAsyncState()Enable the async state processing for following keyed processing function.Sets theEvictorthat should be used to evict elements from a window before emission.WindowedStream.sideOutputLateData(org.apache.flink.util.OutputTag<T> outputTag) Send late arriving data to the side output identified by the givenOutputTag.Sets theTriggerthat should be used to trigger window emission.<W extends Window>
WindowedStream<T,KEY, W> KeyedStream.window(WindowAssigner<? super T, W> assigner) Windows this data stream to aWindowedStream, which evaluates windows over a key grouped stream.