Uses of Class
org.apache.flink.streaming.api.datastream.AllWindowedStream
Packages that use AllWindowedStream
-
Uses of AllWindowedStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return AllWindowedStreamModifier and TypeMethodDescriptionAllWindowedStream.allowedLateness(Duration lateness) Sets the time by which elements are allowed to be late.DataStream.countWindowAll(long size) Windows thisDataStreaminto tumbling count windows.DataStream.countWindowAll(long size, long slide) Windows thisDataStreaminto sliding count windows.Sets theEvictorthat should be used to evict elements from a window before emission.AllWindowedStream.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>
AllWindowedStream<T,W> DataStream.windowAll(WindowAssigner<? super T, W> assigner) Windows this data stream to aAllWindowedStream, which evaluates windows over a non key grouped stream.