Package org.apache.flink.streaming.api.windowing.triggers
package org.apache.flink.streaming.api.windowing.triggers
-
ClassesClassDescriptionContinuousEventTimeTrigger<W extends org.apache.flink.streaming.api.windowing.windows.Window>A
Triggerthat continuously fires based on a given time interval.ContinuousProcessingTimeTrigger<W extends org.apache.flink.streaming.api.windowing.windows.Window>ATriggerthat 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> ATriggerthat fires based on aDeltaFunctionand a threshold.ProcessingTimeoutTrigger<T,W extends org.apache.flink.streaming.api.windowing.windows.Window> ATriggerthat can turn anyTriggerinto a timeoutTrigger.