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>
ATriggerable
that does nothing.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
instance
public static <K,N> VoidTriggerable<K,N> instance()
-
onEventTime
public void onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K,N> timer)
-
-