Package org.apache.flink.streaming.api.windowing.triggers


package org.apache.flink.streaming.api.windowing.triggers
  • Classes
    Class
    Description
    ContinuousEventTimeTrigger<W extends org.apache.flink.streaming.api.windowing.windows.Window>
    A Trigger that continuously fires based on a given time interval.
    ContinuousProcessingTimeTrigger<W extends org.apache.flink.streaming.api.windowing.windows.Window>
    A Trigger 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>
    A Trigger that fires based on a DeltaFunction and a threshold.
    ProcessingTimeoutTrigger<T,W extends org.apache.flink.streaming.api.windowing.windows.Window>
    A Trigger that can turn any Trigger into a timeout Trigger.