Uses of Class
org.apache.flink.streaming.api.windowing.windows.GlobalWindow
-
Packages that use GlobalWindow Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.windowing.assigners org.apache.flink.streaming.api.windowing.windows -
-
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 GlobalWindow Modifier and Type Method Description WindowedStream<T,KEY,GlobalWindow>KeyedStream. countWindow(long size)Windows thisKeyedStreaminto tumbling count windows.WindowedStream<T,KEY,GlobalWindow>KeyedStream. countWindow(long size, long slide)Windows thisKeyedStreaminto sliding count windows.AllWindowedStream<T,GlobalWindow>DataStream. countWindowAll(long size)Windows thisDataStreaminto tumbling count windows.AllWindowedStream<T,GlobalWindow>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 GlobalWindow Modifier and Type Method Description Collection<GlobalWindow>GlobalWindows. assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context)Trigger<Object,GlobalWindow>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 GlobalWindow Modifier and Type Method Description voidGlobalWindows.EndOfStreamTrigger. clear(GlobalWindow window, Trigger.TriggerContext ctx)voidGlobalWindows.NeverTrigger. clear(GlobalWindow window, Trigger.TriggerContext ctx)TriggerResultGlobalWindows.EndOfStreamTrigger. onElement(Object element, long timestamp, GlobalWindow window, Trigger.TriggerContext ctx)TriggerResultGlobalWindows.NeverTrigger. onElement(Object element, long timestamp, GlobalWindow window, Trigger.TriggerContext ctx)TriggerResultGlobalWindows.EndOfStreamTrigger. onEventTime(long time, GlobalWindow window, Trigger.TriggerContext ctx)TriggerResultGlobalWindows.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)TriggerResultGlobalWindows.EndOfStreamTrigger. onProcessingTime(long time, GlobalWindow window, Trigger.TriggerContext ctx)TriggerResultGlobalWindows.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 GlobalWindow Modifier and Type Method Description GlobalWindowGlobalWindow.Serializer. copy(GlobalWindow from)GlobalWindowGlobalWindow.Serializer. copy(GlobalWindow from, GlobalWindow reuse)GlobalWindowGlobalWindow.Serializer. createInstance()GlobalWindowGlobalWindow.Serializer. deserialize(org.apache.flink.core.memory.DataInputView source)GlobalWindowGlobalWindow.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 GlobalWindow Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<GlobalWindow>GlobalWindow.Serializer. snapshotConfiguration()Methods in org.apache.flink.streaming.api.windowing.windows with parameters of type GlobalWindow Modifier and Type Method Description GlobalWindowGlobalWindow.Serializer. copy(GlobalWindow from)GlobalWindowGlobalWindow.Serializer. copy(GlobalWindow from, GlobalWindow reuse)GlobalWindowGlobalWindow.Serializer. deserialize(GlobalWindow reuse, org.apache.flink.core.memory.DataInputView source)voidGlobalWindow.Serializer. serialize(GlobalWindow record, org.apache.flink.core.memory.DataOutputView target)
-