Uses of Package
org.apache.flink.streaming.runtime.operators.windowing
Packages that use org.apache.flink.streaming.runtime.operators.windowing
Package
Description
-
-
Classes in org.apache.flink.streaming.runtime.operators.windowing used by org.apache.flink.streaming.runtime.operators.windowingClassDescriptionUtility for keeping track of merging
Windowswhen using aMergingWindowAssignerin aWindowOperator.Callback forMergingWindowSet.addWindow(Window, MergeFunction).Stores the value and the timestamp of the record.An operator that implements the logic for windowing based on aWindowAssignerandTrigger.Base class for per-windowKeyedStateStores.Contextis a utility for handlingTriggerinvocations.Internal class for keeping track of in-flight timers.A utility class for handlingProcessWindowFunctioninvocations.A builder for creatingWindowOperators.