K - Type of the keys to which timers are scoped.N - Type of the namespace to which timers are scoped.@Internal public final class VoidTriggerable<K,N> extends Object implements org.apache.flink.streaming.api.operators.Triggerable<K,N>
Triggerable that does nothing.| Modifier and Type | Method and Description |
|---|---|
static <K,N> VoidTriggerable<K,N> |
instance() |
void |
onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K,N> timer) |
void |
onProcessingTime(org.apache.flink.streaming.api.operators.InternalTimer<K,N> timer) |
public static <K,N> VoidTriggerable<K,N> instance()
public void onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K,N> timer)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.