Uses of Class
org.apache.flink.streaming.api.windowing.windows.TimeWindow
-
-
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 TimeWindow Modifier and Type Method Description org.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 TimeWindow Modifier and Type Method Description Collection<TimeWindow>SlidingEventTimeWindows. assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context)Collection<TimeWindow>SlidingProcessingTimeWindows. assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context)Collection<TimeWindow>TumblingEventTimeWindows. assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context)Collection<TimeWindow>TumblingProcessingTimeWindows. assignWindows(Object element, long timestamp, WindowAssigner.WindowAssignerContext context)Trigger<Object,TimeWindow>SlidingEventTimeWindows. getDefaultTrigger()Trigger<Object,TimeWindow>SlidingProcessingTimeWindows. getDefaultTrigger()Trigger<Object,TimeWindow>TumblingEventTimeWindows. getDefaultTrigger()Trigger<Object,TimeWindow>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
-
Uses of TimeWindow in org.apache.flink.streaming.api.windowing.windows
Methods in org.apache.flink.streaming.api.windowing.windows that return TimeWindow Modifier and Type Method Description TimeWindowTimeWindow.Serializer. copy(TimeWindow from)TimeWindowTimeWindow.Serializer. copy(TimeWindow from, TimeWindow reuse)TimeWindowTimeWindow. cover(TimeWindow other)Returns the minimal window covers both this window and the given window.TimeWindowTimeWindow.Serializer. createInstance()TimeWindowTimeWindow.Serializer. deserialize(org.apache.flink.core.memory.DataInputView source)TimeWindowTimeWindow.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 TimeWindow Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TimeWindow>TimeWindow.Serializer. snapshotConfiguration()Methods in org.apache.flink.streaming.api.windowing.windows with parameters of type TimeWindow Modifier and Type Method Description TimeWindowTimeWindow.Serializer. copy(TimeWindow from)TimeWindowTimeWindow.Serializer. copy(TimeWindow from, TimeWindow reuse)TimeWindowTimeWindow. cover(TimeWindow other)Returns the minimal window covers both this window and the given window.TimeWindowTimeWindow.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 TimeWindow Modifier and Type Method Description static voidTimeWindow. mergeWindows(Collection<TimeWindow> windows, MergingWindowAssigner.MergeCallback<TimeWindow> c)Merge overlappingTimeWindows.static voidTimeWindow. mergeWindows(Collection<TimeWindow> windows, MergingWindowAssigner.MergeCallback<TimeWindow> c)Merge overlappingTimeWindows.
-