Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.state.WindowAsyncState
-
-
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 WindowAsyncState Modifier and Type Method Description AsyncStateWindowBufferAsyncStateRecordsWindowBuffer.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)AsyncStateWindowBufferAsyncStateWindowBuffer.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 WindowAsyncState Modifier and Type Method Description AsyncStateRecordsCombinerAsyncStateAggCombiner.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 WindowAsyncState Modifier and Type Method Description AsyncStateRecordsCombinerAsyncStateRecordsCombiner.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 WindowAsyncState Modifier and Type Class Description classWindowAsyncValueState<W>A wrapper ofValueStatewhich is easier to update based on window namespace.
-