Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.state.WindowAsyncState
Packages that use WindowAsyncState
Package
Description
-
Uses of WindowAsyncState 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 WindowAsyncStateModifier 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 WindowAsyncState 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 WindowAsyncStateModifier and TypeMethodDescriptionAsyncStateAggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, WindowAsyncState<Long> windowState, boolean isEventTime) -
Uses of WindowAsyncState 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 WindowAsyncStateModifier 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 WindowAsyncState in org.apache.flink.table.runtime.operators.window.async.tvf.state
Classes in org.apache.flink.table.runtime.operators.window.async.tvf.state that implement WindowAsyncStateModifier and TypeClassDescriptionclassA wrapper ofValueStatewhich is easier to update based on window namespace.