Package org.apache.flink.table.runtime.operators.window.state
-
Interface Summary Interface Description StateKeyContext Context to switch current key in state backend.WindowState<W> A base interface for manipulate state with window namespace. -
Class Summary Class Description WindowListState<W> A wrapper ofListStatewhich is easier to update based on window namespace.WindowMapState<W,UV> A wrapper ofMapStatewhich is easier to update based on window namespace.WindowValueState<W> A wrapper ofValueStatewhich is easier to update based on window namespace.