Package org.apache.flink.streaming.api.windowing.triggers
-
Class Summary Class Description ContinuousEventTimeTrigger<W extends org.apache.flink.streaming.api.windowing.windows.Window> ATrigger
that continuously fires based on a given time interval.ContinuousProcessingTimeTrigger<W extends org.apache.flink.streaming.api.windowing.windows.Window> ATrigger
that continuously fires based on a given time interval as measured by the clock of the machine on which the job is running.DeltaTrigger<T,W extends org.apache.flink.streaming.api.windowing.windows.Window> ATrigger
that fires based on aDeltaFunction
and a threshold.ProcessingTimeoutTrigger<T,W extends org.apache.flink.streaming.api.windowing.windows.Window> ATrigger
that can turn anyTrigger
into a timeoutTrigger
.