Package org.apache.flink.runtime.asyncprocessing.operators.windowing
-
Class Summary Class Description AsyncEvictingWindowOperator<K,IN,OUT,W extends Window> AAsyncWindowOperatorthat also allows anEvictorto be used.AsyncWindowOperator<K,IN,ACC,OUT,W extends Window> An operator that implements the logic for windowing based on aWindowAssignerandAsyncTrigger.