Uses of Package
org.apache.flink.streaming.api.windowing.evictors
-
Classes in org.apache.flink.streaming.api.windowing.evictors used by org.apache.flink.streaming.api.datastream Class Description Evictor AnEvictorcan remove elements from a pane before/after the evaluation of WindowFunction and after the window evaluation gets triggered by aTrigger -
Classes in org.apache.flink.streaming.api.windowing.evictors used by org.apache.flink.streaming.api.windowing.evictors Class Description CountEvictor AnEvictorthat keeps up to a certain amount of elements.Evictor 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. -
Classes in org.apache.flink.streaming.api.windowing.evictors used by org.apache.flink.streaming.runtime.operators.windowing Class Description Evictor AnEvictorcan remove elements from a pane before/after the evaluation of WindowFunction and after the window evaluation gets triggered by aTrigger