Uses of Class
org.apache.flink.table.runtime.operators.window.TimeWindow
-
-
Uses of TimeWindow in org.apache.flink.table.runtime.operators.aggregate.window.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors with type parameters of type TimeWindow Modifier and Type Field Description protected MergingWindowProcessFunction<org.apache.flink.table.data.RowData,TimeWindow>UnsliceSyncStateWindowAggProcessor. windowFunctionMethods in org.apache.flink.table.runtime.operators.aggregate.window.processors that return types with arguments of type TimeWindow Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>UnsliceSyncStateWindowAggProcessor. createWindowSerializer()protected WindowTimerService<TimeWindow>UnsliceSyncStateWindowAggProcessor. getWindowTimerService()Methods in org.apache.flink.table.runtime.operators.aggregate.window.processors with parameters of type TimeWindow Modifier and Type Method Description voidUnsliceSyncStateWindowAggProcessor. clearWindow(long timerTimestamp, TimeWindow window)voidUnsliceSyncStateWindowAggProcessor. fireWindow(long timerTimestamp, TimeWindow window)Method parameters in org.apache.flink.table.runtime.operators.aggregate.window.processors with type arguments of type TimeWindow Modifier and Type Method Description voidUnsliceSyncStateWindowAggProcessor. open(SyncStateWindowProcessor.SyncStateContext<TimeWindow> context)Constructor parameters in org.apache.flink.table.runtime.operators.aggregate.window.processors with type arguments of type TimeWindow Constructor Description UnsliceSyncStateWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<TimeWindow> genAggsHandler, UnsliceAssigner<TimeWindow> unsliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone)UnsliceSyncStateWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<TimeWindow> genAggsHandler, UnsliceAssigner<TimeWindow> unsliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) -
Uses of TimeWindow in org.apache.flink.table.runtime.operators.window
Methods in org.apache.flink.table.runtime.operators.window 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)static TimeWindowTimeWindow. of(long start, long end)Methods in org.apache.flink.table.runtime.operators.window 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.table.runtime.operators.window 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.voidTimeWindow.Serializer. serialize(TimeWindow record, org.apache.flink.core.memory.DataOutputView target) -
Uses of TimeWindow in org.apache.flink.table.runtime.operators.window.grouping
Methods in org.apache.flink.table.runtime.operators.window.grouping that return TimeWindow Modifier and Type Method Description TimeWindowWindowsGrouping. getTriggerWindow() -
Uses of TimeWindow in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners that return TimeWindow Modifier and Type Method Description TimeWindowCumulativeWindowAssigner. assignPane(Object element, long timestamp)TimeWindowSlidingWindowAssigner. assignPane(Object element, long timestamp)TimeWindowCumulativeWindowAssigner. getLastWindow(TimeWindow pane)TimeWindowSlidingWindowAssigner. getLastWindow(TimeWindow pane)Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners that return types with arguments of type TimeWindow Modifier and Type Method Description Collection<TimeWindow>CumulativeWindowAssigner. assignWindows(org.apache.flink.table.data.RowData element, long timestamp)Collection<TimeWindow>SessionWindowAssigner. assignWindows(org.apache.flink.table.data.RowData element, long timestamp)Collection<TimeWindow>SlidingWindowAssigner. assignWindows(org.apache.flink.table.data.RowData element, long timestamp)Collection<TimeWindow>TumblingWindowAssigner. assignWindows(org.apache.flink.table.data.RowData element, long timestamp)org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>CumulativeWindowAssigner. getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>SessionWindowAssigner. getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>SlidingWindowAssigner. getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>TumblingWindowAssigner. getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)Iterable<TimeWindow>CumulativeWindowAssigner. splitIntoPanes(TimeWindow window)Iterable<TimeWindow>SlidingWindowAssigner. splitIntoPanes(TimeWindow window)Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners with parameters of type TimeWindow Modifier and Type Method Description TimeWindowCumulativeWindowAssigner. getLastWindow(TimeWindow pane)TimeWindowSlidingWindowAssigner. getLastWindow(TimeWindow pane)voidSessionWindowAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)Iterable<TimeWindow>CumulativeWindowAssigner. splitIntoPanes(TimeWindow window)Iterable<TimeWindow>SlidingWindowAssigner. splitIntoPanes(TimeWindow window)Method parameters in org.apache.flink.table.runtime.operators.window.groupwindow.assigners with type arguments of type TimeWindow Modifier and Type Method Description voidSessionWindowAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)voidSessionWindowAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)voidSessionWindowAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback) -
Uses of TimeWindow in org.apache.flink.table.runtime.operators.window.tvf.operator
Fields in org.apache.flink.table.runtime.operators.window.tvf.operator with type parameters of type TimeWindow Modifier and Type Field Description protected GroupWindowAssigner<TimeWindow>WindowTableFunctionOperatorBase. windowAssignerMethod parameters in org.apache.flink.table.runtime.operators.window.tvf.operator with type arguments of type TimeWindow Modifier and Type Method Description protected voidWindowTableFunctionOperatorBase. collect(org.apache.flink.table.data.RowData inputRow, Collection<TimeWindow> allWindows)voidUnalignedWindowTableFunctionOperator. onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<org.apache.flink.table.data.RowData,TimeWindow> timer)voidUnalignedWindowTableFunctionOperator. onProcessingTime(org.apache.flink.streaming.api.operators.InternalTimer<org.apache.flink.table.data.RowData,TimeWindow> timer)Constructor parameters in org.apache.flink.table.runtime.operators.window.tvf.operator with type arguments of type TimeWindow Constructor Description AlignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner, int rowtimeIndex, ZoneId shiftTimeZone)UnalignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow> windowSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, int rowtimeIndex, ZoneId shiftTimeZone)UnalignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow> windowSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, int rowtimeIndex, ZoneId shiftTimeZone)WindowTableFunctionOperatorBase(GroupWindowAssigner<TimeWindow> windowAssigner, int rowtimeIndex, ZoneId shiftTimeZone) -
Uses of TimeWindow in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Methods in org.apache.flink.table.runtime.operators.window.tvf.unslicing that return types with arguments of type TimeWindow Modifier and Type Method Description Optional<TimeWindow>UnsliceAssigners.SessionUnsliceAssigner. assignActualWindow(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Optional<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. assignActualWindow(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Optional<TimeWindow>UnsliceAssigners.SessionUnsliceAssigner. assignStateNamespace(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Optional<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. assignStateNamespace(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Collection<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. assignWindows(org.apache.flink.table.data.RowData element, long timestamp)MergingWindowAssigner<TimeWindow>UnsliceAssigners.SessionUnsliceAssigner. getMergingWindowAssigner()MergingWindowAssigner<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. getMergingWindowAssigner()org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)Methods in org.apache.flink.table.runtime.operators.window.tvf.unslicing with parameters of type TimeWindow Modifier and Type Method Description voidUnsliceAssigners.WindowedUnsliceAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)voidUnslicingWindowTimerServiceImpl. registerEventTimeWindowTimer(TimeWindow window)voidUnslicingWindowTimerServiceImpl. registerProcessingTimeWindowTimer(TimeWindow window)Method parameters in org.apache.flink.table.runtime.operators.window.tvf.unslicing with type arguments of type TimeWindow Modifier and Type Method Description Optional<TimeWindow>UnsliceAssigners.SessionUnsliceAssigner. assignActualWindow(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Optional<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. assignActualWindow(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Optional<TimeWindow>UnsliceAssigners.SessionUnsliceAssigner. assignStateNamespace(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)Optional<TimeWindow>UnsliceAssigners.WindowedUnsliceAssigner. assignStateNamespace(org.apache.flink.table.data.RowData element, ClockService clock, MergingWindowProcessFunction<?,TimeWindow> windowFunction)voidUnsliceAssigners.WindowedUnsliceAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)voidUnsliceAssigners.WindowedUnsliceAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)voidUnsliceAssigners.WindowedUnsliceAssigner. mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow,Collection<TimeWindow>> callback)static UnsliceAssigners.WindowedUnsliceAssignerUnsliceAssigners. windowed(int windowStartIndex, int windowEndIndex, UnsliceAssigner<TimeWindow> innerAssigner)Creates aUnsliceAssignerthat assigns elements which has been attached window start and window end timestamp to windows.Constructor parameters in org.apache.flink.table.runtime.operators.window.tvf.unslicing with type arguments of type TimeWindow Constructor Description UnslicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<TimeWindow> internalTimerService, ZoneId shiftTimeZone)WindowedUnsliceAssigner(int windowStartIndex, int windowEndIndex, UnsliceAssigner<TimeWindow> innerAssigner)
-