Package org.apache.flink.streaming.api.windowing.evictors
-
Interface Summary Interface Description Evictor<T,W extends Window> AnEvictorcan remove elements from a pane before/after the evaluation of WindowFunction and after the window evaluation gets triggered by aTriggerEvictor.EvictorContext A context object that is given toEvictormethods. -
Class Summary Class Description CountEvictor<W extends Window> AnEvictorthat keeps up to a certain amount of elements.