Uses of Interface
org.apache.flink.table.runtime.functions.CleanupState
Packages that use CleanupState
Package
Description
-
Uses of CleanupState in org.apache.flink.table.runtime.functions
Classes in org.apache.flink.table.runtime.functions that implement CleanupStateModifier and TypeClassDescriptionclassKeyedProcessFunctionWithCleanupState<K,IN, OUT> A function that processes elements of a stream, and could cleanup state. -
Uses of CleanupState in org.apache.flink.table.runtime.operators.over
Classes in org.apache.flink.table.runtime.operators.over that implement CleanupStateModifier and TypeClassDescriptionclassA basic implementation to support unbounded event-time over-window.classProcess Function for ROW clause processing-time bounded OVER window.classA ProcessFunction to support unbounded RANGE window.classProcess Function for ROWS clause event-time bounded OVER window.classA ProcessFunction to support unbounded ROWS window.