Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.combines.AsyncStateRecordsCombiner
Packages that use AsyncStateRecordsCombiner
Package
Description
-
Uses of AsyncStateRecordsCombiner in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
Constructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers with parameters of type AsyncStateRecordsCombinerModifierConstructorDescriptionAsyncStateRecordsWindowBuffer(Object operatorOwner, org.apache.flink.runtime.memory.MemoryManager memoryManager, long memorySize, AsyncStateRecordsCombiner combineFunction, PagedTypeSerializer<org.apache.flink.table.data.RowData> keySer, AbstractRowDataSerializer<org.apache.flink.table.data.RowData> inputSer, RecordEqualiser keyEqualiser, AsyncStateKeyContext keyContext, ZoneId shiftTimeZone) -
Uses of AsyncStateRecordsCombiner in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines that implement AsyncStateRecordsCombinerModifier and TypeClassDescriptionclassAn implementation ofRecordsCombinerthat accumulates input records into the window accumulator with async state.Methods in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines that return AsyncStateRecordsCombinerModifier and TypeMethodDescriptionAsyncStateAggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, WindowTimerService<Long> timerService, WindowAsyncState<Long> windowState, boolean isEventTime) -
Uses of AsyncStateRecordsCombiner in org.apache.flink.table.runtime.operators.window.async.tvf.combines
Methods in org.apache.flink.table.runtime.operators.window.async.tvf.combines that return AsyncStateRecordsCombinerModifier 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.