Uses of Class
org.apache.flink.streaming.api.windowing.windows.TimeWindow
Packages that use TimeWindow
Package
Description
-
Uses of TimeWindow in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers with parameters of type TimeWindowModifier and TypeMethodDescriptionorg.apache.flink.api.common.state.v2.StateFuture<Void>AsyncEventTimeTrigger.clear(TimeWindow window, AsyncTrigger.TriggerContext ctx) org.apache.flink.api.common.state.v2.StateFuture<Void>AsyncProcessingTimeTrigger.clear(TimeWindow window, AsyncTrigger.TriggerContext ctx) org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncEventTimeTrigger.onElement(Object element, long timestamp, TimeWindow window, AsyncTrigger.TriggerContext ctx) org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncProcessingTimeTrigger.onElement(Object element, long timestamp, TimeWindow window, AsyncTrigger.TriggerContext ctx) org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncEventTimeTrigger.onEventTime(long time, TimeWindow window, AsyncTrigger.TriggerContext ctx) org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncProcessingTimeTrigger.onEventTime(long time, TimeWindow window, AsyncTrigger.TriggerContext ctx) voidAsyncEventTimeTrigger.onMerge(TimeWindow window, AsyncTrigger.OnMergeContext ctx) voidAsyncProcessingTimeTrigger.onMerge(TimeWindow window, AsyncTrigger.OnMergeContext ctx) org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncEventTimeTrigger.onProcessingTime(long time, TimeWindow window, AsyncTrigger.TriggerContext ctx) org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncProcessingTimeTrigger.onProcessingTime(long time, TimeWindow window, AsyncTrigger.TriggerContext ctx) -
Uses of TimeWindow in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return types with arguments of type TimeWindowModifier and TypeMethodDescriptionSlidingEventTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) SlidingProcessingTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) TumblingEventTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) TumblingProcessingTimeWindows.assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context) SlidingEventTimeWindows.getDefaultTrigger()SlidingProcessingTimeWindows.getDefaultTrigger()TumblingEventTimeWindows.getDefaultTrigger()TumblingProcessingTimeWindows.getDefaultTrigger()org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>SlidingEventTimeWindows.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>SlidingProcessingTimeWindows.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>TumblingEventTimeWindows.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>TumblingProcessingTimeWindows.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) -
Uses of TimeWindow in org.apache.flink.streaming.api.windowing.triggers
Methods in org.apache.flink.streaming.api.windowing.triggers with parameters of type TimeWindowModifier and TypeMethodDescriptionvoidEventTimeTrigger.clear(TimeWindow window, Trigger.TriggerContext ctx) voidProcessingTimeTrigger.clear(TimeWindow window, Trigger.TriggerContext ctx) EventTimeTrigger.onElement(Object element, long timestamp, TimeWindow window, Trigger.TriggerContext ctx) ProcessingTimeTrigger.onElement(Object element, long timestamp, TimeWindow window, Trigger.TriggerContext ctx) EventTimeTrigger.onEventTime(long time, TimeWindow window, Trigger.TriggerContext ctx) ProcessingTimeTrigger.onEventTime(long time, TimeWindow window, Trigger.TriggerContext ctx) voidEventTimeTrigger.onMerge(TimeWindow window, Trigger.OnMergeContext ctx) voidProcessingTimeTrigger.onMerge(TimeWindow window, Trigger.OnMergeContext ctx) EventTimeTrigger.onProcessingTime(long time, TimeWindow window, Trigger.TriggerContext ctx) ProcessingTimeTrigger.onProcessingTime(long time, TimeWindow window, Trigger.TriggerContext ctx) -
Uses of TimeWindow in org.apache.flink.streaming.api.windowing.windows
Methods in org.apache.flink.streaming.api.windowing.windows that return TimeWindowModifier and TypeMethodDescriptionTimeWindow.Serializer.copy(TimeWindow from) TimeWindow.Serializer.copy(TimeWindow from, TimeWindow reuse) TimeWindow.cover(TimeWindow other) Returns the minimal window covers both this window and the given window.TimeWindow.Serializer.createInstance()TimeWindow.Serializer.deserialize(org.apache.flink.core.memory.DataInputView source) TimeWindow.Serializer.deserialize(TimeWindow reuse, org.apache.flink.core.memory.DataInputView source) Methods in org.apache.flink.streaming.api.windowing.windows that return types with arguments of type TimeWindowModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TimeWindow>TimeWindow.Serializer.snapshotConfiguration()Methods in org.apache.flink.streaming.api.windowing.windows with parameters of type TimeWindowModifier and TypeMethodDescriptionTimeWindow.Serializer.copy(TimeWindow from) TimeWindow.Serializer.copy(TimeWindow from, TimeWindow reuse) TimeWindow.cover(TimeWindow other) Returns the minimal window covers both this window and the given window.TimeWindow.Serializer.deserialize(TimeWindow reuse, org.apache.flink.core.memory.DataInputView source) booleanTimeWindow.intersects(TimeWindow other) Returnstrueif this window intersects the given window or if this window is just after or before the given window.voidTimeWindow.Serializer.serialize(TimeWindow record, org.apache.flink.core.memory.DataOutputView target) Method parameters in org.apache.flink.streaming.api.windowing.windows with type arguments of type TimeWindowModifier and TypeMethodDescriptionstatic voidTimeWindow.mergeWindows(Collection<TimeWindow> windows, MergingWindowAssigner.MergeCallback<TimeWindow> c) Merge overlappingTimeWindows.static voidTimeWindow.mergeWindows(Collection<TimeWindow> windows, MergingWindowAssigner.MergeCallback<TimeWindow> c) Merge overlappingTimeWindows.