Package org.apache.flink.streaming.runtime.operators.windowing
-
Interface Summary Interface Description MergingWindowSet.MergeFunction<W> Callback forMergingWindowSet.addWindow(Window, MergeFunction). -
Class Summary Class Description EvictingWindowOperator<K,IN,OUT,W extends Window> AWindowOperatorthat also allows anEvictorto be used.EvictingWindowOperatorFactory<K,IN,OUT,W extends Window> MergingWindowSet<W extends Window> Utility for keeping track of mergingWindowswhen using aMergingWindowAssignerin aWindowOperator.TimestampedValue<T> Stores the value and the timestamp of the record.WindowOperator<K,IN,ACC,OUT,W extends Window> An operator that implements the logic for windowing based on aWindowAssignerandTrigger.WindowOperator.Timer<K,W extends Window> Internal class for keeping track of in-flight timers.WindowOperatorBuilder<T,K,W extends Window> A builder for creatingWindowOperators.WindowOperatorFactory<K,IN,ACC,OUT,W extends Window>