Class VoidTriggerable<K,N>

java.lang.Object
org.apache.flink.state.api.runtime.VoidTriggerable<K,N>
Type Parameters:
K - Type of the keys to which timers are scoped.
N - Type of the namespace to which timers are scoped.
All Implemented Interfaces:
org.apache.flink.streaming.api.operators.Triggerable<K,N>

@Internal public final class VoidTriggerable<K,N> extends Object implements org.apache.flink.streaming.api.operators.Triggerable<K,N>
A Triggerable that does nothing.
  • Method Details

    • instance

      public static <K, N> VoidTriggerable<K,N> instance()
    • onEventTime

      public void onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K,N> timer)
      Specified by:
      onEventTime in interface org.apache.flink.streaming.api.operators.Triggerable<K,N>
    • onProcessingTime

      public void onProcessingTime(org.apache.flink.streaming.api.operators.InternalTimer<K,N> timer)
      Specified by:
      onProcessingTime in interface org.apache.flink.streaming.api.operators.Triggerable<K,N>