Package org.apache.flink.runtime.asyncprocessing.operators.windowing
package org.apache.flink.runtime.asyncprocessing.operators.windowing
-
ClassesClassDescriptionAsyncEvictingWindowOperator<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.