Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerService
Packages that use WindowTimerService
Package
Description
-
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
Methods in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionAsyncStateRecordsWindowBuffer.Factory.create(Object operatorOwner, org.apache.flink.runtime.memory.MemoryManager memoryManager, long memorySize, org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, AsyncStateKeyContext keyContext, WindowAsyncState<Long> windowState, boolean isEventTime, ZoneId shiftTimeZone) AsyncStateWindowBuffer.Factory.create(Object operatorOwner, org.apache.flink.runtime.memory.MemoryManager memoryManager, long memorySize, org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, AsyncStateKeyContext keyContext, WindowAsyncState<Long> windowState, boolean isEventTime, ZoneId shiftTimeZone) Creates aWindowBufferthat buffers elements in memory before flushing. -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines
Methods in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionAsyncStateAggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, WindowAsyncState<Long> windowState, boolean isEventTime) Constructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines with parameters of type WindowTimerServiceModifierConstructorDescriptionAsyncStateAggCombiner(WindowTimerService<Long> timerService, WindowAsyncValueState<Long> accState, NamespaceAggsHandleFunction<Long> aggregator, boolean isEventTime) -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Methods in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors that return WindowTimerServiceModifier and TypeMethodDescriptionprotected WindowTimerService<Long>AbstractAsyncStateSliceWindowAggProcessor.getWindowTimerService() -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.aggregate.window.buffers
Methods in org.apache.flink.table.runtime.operators.aggregate.window.buffers with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionRecordsWindowBuffer.Factory.create(Object operatorOwner, org.apache.flink.runtime.memory.MemoryManager memoryManager, long memorySize, org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime, ZoneId shiftTimeZone) WindowBuffer.Factory.create(Object operatorOwner, org.apache.flink.runtime.memory.MemoryManager memoryManager, long memorySize, org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime, ZoneId shiftTimeZone) Creates aWindowBufferthat buffers elements in memory before flushing. -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.aggregate.window.combines
Methods in org.apache.flink.table.runtime.operators.aggregate.window.combines with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionAggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime) GlobalAggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime) Constructors in org.apache.flink.table.runtime.operators.aggregate.window.combines with parameters of type WindowTimerServiceModifierConstructorDescriptionAggCombiner(WindowTimerService<Long> timerService, StateKeyContext keyContext, WindowValueState<Long> accState, NamespaceAggsHandleFunction<Long> aggregator, boolean isEventTime) GlobalAggCombiner(WindowTimerService<Long> timerService, StateKeyContext keyContext, WindowValueState<Long> accState, NamespaceAggsHandleFunction<Long> localAggregator, NamespaceAggsHandleFunction<Long> globalAggregator) -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.aggregate.window.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as WindowTimerServiceModifier and TypeFieldDescriptionprotected WindowTimerService<W>WindowAggProcessorBase.windowTimerServiceMethods in org.apache.flink.table.runtime.operators.aggregate.window.processors that return WindowTimerServiceModifier and TypeMethodDescriptionprotected WindowTimerService<Long>AbstractSliceSyncStateWindowAggProcessor.getWindowTimerService()protected WindowTimerService<TimeWindow>UnsliceSyncStateWindowAggProcessor.getWindowTimerService()protected abstract WindowTimerService<W>WindowAggProcessorBase.getWindowTimerService() -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.deduplicate.window.combines
Methods in org.apache.flink.table.runtime.operators.deduplicate.window.combines with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionRowTimeDeduplicateRecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime) Constructors in org.apache.flink.table.runtime.operators.deduplicate.window.combines with parameters of type WindowTimerServiceModifierConstructorDescriptionRowTimeDeduplicateRecordsCombiner(WindowTimerService<Long> timerService, StateKeyContext keyContext, WindowValueState<Long> dataState, int rowtimeIndex, boolean keepLastRow, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> recordSerializer) -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.join.window.utils
Constructors in org.apache.flink.table.runtime.operators.join.window.utils with parameters of type WindowTimerServiceModifierConstructorDescriptionWindowJoinHelper(RowDataSerializer leftSerializer, RowDataSerializer rightSerializer, ZoneId shiftTimeZone, WindowTimerService<Long> windowTimerService, JoinConditionWithNullFilters joinCondition, org.apache.flink.streaming.api.operators.TimestampedCollector<org.apache.flink.table.data.RowData> collector, FlinkJoinType joinType) -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.rank.window.combines
Methods in org.apache.flink.table.runtime.operators.rank.window.combines with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionTopNRecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime) Constructors in org.apache.flink.table.runtime.operators.rank.window.combines with parameters of type WindowTimerServiceModifierConstructorDescriptionTopNRecordsCombiner(WindowTimerService<Long> timerService, StateKeyContext keyContext, WindowMapState<Long, List<org.apache.flink.table.data.RowData>> dataState, Comparator<org.apache.flink.table.data.RowData> sortKeyComparator, org.apache.flink.api.java.functions.KeySelector<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData> sortKeySelector, long topN, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> recordSerializer, boolean isEventTime) -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.window.async.tvf.combines
Methods in org.apache.flink.table.runtime.operators.window.async.tvf.combines with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionAsyncStateRecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, WindowAsyncState<Long> windowState, boolean isEventTime) Creates aAsyncStateRecordsCombinerthat can combine buffered data into async states. -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.window.tvf.combines
Methods in org.apache.flink.table.runtime.operators.window.tvf.combines with parameters of type WindowTimerServiceModifier and TypeMethodDescriptionRecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend, WindowState<Long> windowState, boolean isEventTime) Creates aRecordsCombinerthat can combine buffered data into states. -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.window.tvf.common
Classes in org.apache.flink.table.runtime.operators.window.tvf.common that implement WindowTimerService -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.window.tvf.slicing
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing that implement WindowTimerService -
Uses of WindowTimerService in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Classes in org.apache.flink.table.runtime.operators.window.tvf.unslicing that implement WindowTimerService