Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.common.AsyncStateWindowProcessor.AsyncStateContext
-
Packages that use AsyncStateWindowProcessor.AsyncStateContext Package Description org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors -
-
Uses of AsyncStateWindowProcessor.AsyncStateContext in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Methods in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors with parameters of type AsyncStateWindowProcessor.AsyncStateContext Modifier and Type Method Description voidAbstractAsyncStateSliceWindowAggProcessor. open(AsyncStateWindowProcessor.AsyncStateContext<Long> context)voidAbstractAsyncStateWindowAggProcessor. open(AsyncStateWindowProcessor.AsyncStateContext<W> context)
-