Uses of Class
org.apache.flink.state.api.WindowedStateTransformation
Packages that use WindowedStateTransformation
-
Uses of WindowedStateTransformation in org.apache.flink.state.api
Methods in org.apache.flink.state.api that return WindowedStateTransformationModifier and TypeMethodDescriptionWindowedStateTransformation.evictor(org.apache.flink.streaming.api.windowing.evictors.Evictor<? super T, ? super W> evictor) Sets theEvictorthat should be used to evict elements from a window before emission.WindowedStateTransformation.trigger(org.apache.flink.streaming.api.windowing.triggers.Trigger<? super T, ? super W> trigger) Sets theTriggerthat should be used to trigger window emission.<W extends org.apache.flink.streaming.api.windowing.windows.Window>
WindowedStateTransformation<T,K, W> KeyedStateTransformation.window(org.apache.flink.streaming.api.windowing.assigners.WindowAssigner<? super T, W> assigner) Windows this transformation into aWindowedOperatorTransformation, which bootstraps state that can be restored by aWindowOperator.