Uses of Package
org.apache.flink.streaming.api.windowing.evictors
-
Packages that use org.apache.flink.streaming.api.windowing.evictors Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.windowing.evictors org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams. -
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.DeltaEvictor AnEvictorthat keeps elements based on aDeltaFunctionand a threshold.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.TimeEvictor AnEvictorthat keeps elements for a certain amount of time. -
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