Uses of Class
org.apache.flink.streaming.api.windowing.assigners.GlobalWindows
Packages that use GlobalWindows
-
Uses of GlobalWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return GlobalWindowsModifier and TypeMethodDescriptionstatic GlobalWindowsGlobalWindows.create()Creates aWindowAssignerthat assigns all elements to the sameGlobalWindow.static GlobalWindowsGlobalWindows.createWithEndOfStreamTrigger()Creates aWindowAssignerthat assigns all elements to the sameGlobalWindowand the window is triggered if and only if the input stream is ended.