Package org.apache.flink.streaming.api.windowing.evictors
package org.apache.flink.streaming.api.windowing.evictors
-
ClassDescriptionCountEvictor<W extends Window>An
Evictorthat keeps up to a certain amount of elements.AnEvictorcan remove elements from a pane before/after the evaluation of WindowFunction and after the window evaluation gets triggered by aTriggerA context object that is given toEvictormethods.