Uses of Class
org.apache.flink.streaming.api.windowing.windows.GlobalWindow
Packages that use GlobalWindow
Package
Description
-
Uses of GlobalWindow in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return types with arguments of type GlobalWindowModifier and TypeMethodDescriptionKeyedStream.countWindow(long size) Windows thisKeyedStreaminto tumbling count windows.KeyedStream.countWindow(long size, long slide) Windows thisKeyedStreaminto sliding count windows.DataStream.countWindowAll(long size) Windows thisDataStreaminto tumbling count windows.DataStream.countWindowAll(long size, long slide) Windows thisDataStreaminto sliding count windows. -
Uses of GlobalWindow in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return types with arguments of type GlobalWindowModifier and TypeMethodDescriptionGlobalWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) GlobalWindows.getDefaultTrigger()org.apache.flink.api.common.typeutils.TypeSerializer<GlobalWindow>GlobalWindows.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) Methods in org.apache.flink.streaming.api.windowing.assigners with parameters of type GlobalWindowModifier and TypeMethodDescriptionvoidGlobalWindows.EndOfStreamTrigger.clear(GlobalWindow window, Trigger.TriggerContext ctx) voidGlobalWindows.NeverTrigger.clear(GlobalWindow window, Trigger.TriggerContext ctx) GlobalWindows.EndOfStreamTrigger.onElement(Object element, long timestamp, GlobalWindow window, Trigger.TriggerContext ctx) GlobalWindows.NeverTrigger.onElement(Object element, long timestamp, GlobalWindow window, Trigger.TriggerContext ctx) GlobalWindows.EndOfStreamTrigger.onEventTime(long time, GlobalWindow window, Trigger.TriggerContext ctx) GlobalWindows.NeverTrigger.onEventTime(long time, GlobalWindow window, Trigger.TriggerContext ctx) voidGlobalWindows.EndOfStreamTrigger.onMerge(GlobalWindow window, Trigger.OnMergeContext ctx) voidGlobalWindows.NeverTrigger.onMerge(GlobalWindow window, Trigger.OnMergeContext ctx) GlobalWindows.EndOfStreamTrigger.onProcessingTime(long time, GlobalWindow window, Trigger.TriggerContext ctx) GlobalWindows.NeverTrigger.onProcessingTime(long time, GlobalWindow window, Trigger.TriggerContext ctx) -
Uses of GlobalWindow in org.apache.flink.streaming.api.windowing.windows
Methods in org.apache.flink.streaming.api.windowing.windows that return GlobalWindowModifier and TypeMethodDescriptionGlobalWindow.Serializer.copy(GlobalWindow from) GlobalWindow.Serializer.copy(GlobalWindow from, GlobalWindow reuse) GlobalWindow.Serializer.createInstance()GlobalWindow.Serializer.deserialize(org.apache.flink.core.memory.DataInputView source) GlobalWindow.Serializer.deserialize(GlobalWindow reuse, org.apache.flink.core.memory.DataInputView source) static GlobalWindowGlobalWindow.get()Methods in org.apache.flink.streaming.api.windowing.windows that return types with arguments of type GlobalWindowModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<GlobalWindow>GlobalWindow.Serializer.snapshotConfiguration()Methods in org.apache.flink.streaming.api.windowing.windows with parameters of type GlobalWindowModifier and TypeMethodDescriptionGlobalWindow.Serializer.copy(GlobalWindow from) GlobalWindow.Serializer.copy(GlobalWindow from, GlobalWindow reuse) GlobalWindow.Serializer.deserialize(GlobalWindow reuse, org.apache.flink.core.memory.DataInputView source) voidGlobalWindow.Serializer.serialize(GlobalWindow record, org.apache.flink.core.memory.DataOutputView target)