Uses of Class
org.apache.flink.state.api.WindowedOperatorTransformation
-
Packages that use WindowedOperatorTransformation Package Description org.apache.flink.state.api -
-
Uses of WindowedOperatorTransformation in org.apache.flink.state.api
Methods in org.apache.flink.state.api that return WindowedOperatorTransformation Modifier and Type Method Description WindowedOperatorTransformation<T,K,W>WindowedOperatorTransformation. 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.WindowedOperatorTransformation<T,K,W>WindowedOperatorTransformation. 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>
WindowedOperatorTransformation<T,K,W>KeyedOperatorTransformation. window(org.apache.flink.streaming.api.windowing.assigners.WindowAssigner<? super T,W> assigner)Deprecated.Windows this transformation into aWindowedOperatorTransformation, which bootstraps state that can be restored by aWindowOperator.
-