Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.common.SyncStateWindowProcessor.SyncStateContext
Packages that use SyncStateWindowProcessor.SyncStateContext
Package
Description
-
Uses of SyncStateWindowProcessor.SyncStateContext in org.apache.flink.table.runtime.operators.aggregate.window.processors
Methods in org.apache.flink.table.runtime.operators.aggregate.window.processors with parameters of type SyncStateWindowProcessor.SyncStateContextModifier and TypeMethodDescriptionvoidAbstractSliceSyncStateWindowAggProcessor.open(SyncStateWindowProcessor.SyncStateContext<Long> context) voidAbstractSyncStateWindowAggProcessor.open(SyncStateWindowProcessor.SyncStateContext<W> context) voidUnsliceSyncStateWindowAggProcessor.open(SyncStateWindowProcessor.SyncStateContext<TimeWindow> context) -
Uses of SyncStateWindowProcessor.SyncStateContext in org.apache.flink.table.runtime.operators.deduplicate.window.processors
Methods in org.apache.flink.table.runtime.operators.deduplicate.window.processors with parameters of type SyncStateWindowProcessor.SyncStateContextModifier and TypeMethodDescriptionvoidRowTimeSyncStateWindowDeduplicateProcessor.open(SyncStateWindowProcessor.SyncStateContext<Long> context) -
Uses of SyncStateWindowProcessor.SyncStateContext in org.apache.flink.table.runtime.operators.rank.window.processors
Methods in org.apache.flink.table.runtime.operators.rank.window.processors with parameters of type SyncStateWindowProcessor.SyncStateContextModifier and TypeMethodDescriptionvoidSyncStateWindowRankProcessor.open(SyncStateWindowProcessor.SyncStateContext<Long> context)