Uses of Class
org.apache.flink.table.runtime.operators.window.async.tvf.state.WindowAsyncValueState
Packages that use WindowAsyncValueState
Package
Description
-
Uses of WindowAsyncValueState in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines
Constructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines with parameters of type WindowAsyncValueStateModifierConstructorDescriptionAsyncStateAggCombiner(WindowTimerService<Long> timerService, WindowAsyncValueState<Long> accState, NamespaceAggsHandleFunction<Long> aggregator, boolean isEventTime) -
Uses of WindowAsyncValueState in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors declared as WindowAsyncValueStateModifier and TypeFieldDescriptionprotected WindowAsyncValueState<W>AbstractAsyncStateWindowAggProcessor.windowStatestate schema: [key, window, accumulator].