Uses of Class
org.apache.flink.streaming.api.windowing.evictors.DeltaEvictor
Packages that use DeltaEvictor
-
Uses of DeltaEvictor in org.apache.flink.streaming.api.windowing.evictors
Methods in org.apache.flink.streaming.api.windowing.evictors that return DeltaEvictorModifier and TypeMethodDescriptionstatic <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.