Uses of Class
org.apache.flink.streaming.api.windowing.evictors.DeltaEvictor
-
Packages that use DeltaEvictor Package Description org.apache.flink.streaming.api.windowing.evictors -
-
Uses of DeltaEvictor in org.apache.flink.streaming.api.windowing.evictors
Methods in org.apache.flink.streaming.api.windowing.evictors that return DeltaEvictor Modifier and Type Method Description static <T,W extends org.apache.flink.streaming.api.windowing.windows.Window>
DeltaEvictor<T,W>DeltaEvictor. of(double threshold, DeltaFunction<T> deltaFunction)Creates aDeltaEvictorfrom the given threshold andDeltaFunction.static <T,W extends org.apache.flink.streaming.api.windowing.windows.Window>
DeltaEvictor<T,W>DeltaEvictor. of(double threshold, DeltaFunction<T> deltaFunction, boolean doEvictAfter)Creates aDeltaEvictorfrom the given threshold,DeltaFunction.
-