Uses of Class
org.apache.flink.streaming.api.windowing.assigners.GlobalWindows
-
Packages that use GlobalWindows Package Description org.apache.flink.streaming.api.windowing.assigners -
-
Uses of GlobalWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return GlobalWindows Modifier and Type Method Description static 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.
-