Package org.apache.flink.streaming.api.windowing.evictors


package org.apache.flink.streaming.api.windowing.evictors
  • Class
    Description
    CountEvictor<W extends Window>
    An Evictor that keeps up to a certain amount of elements.
    Evictor<T,W extends Window>
    An Evictor can remove elements from a pane before/after the evaluation of WindowFunction and after the window evaluation gets triggered by a Trigger
    A context object that is given to Evictor methods.