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 Summary
Modifier and TypeMethodDescriptionstatic <K,N> VoidTriggerable<K, N> instance()voidonEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K, N> timer) voidonProcessingTime(org.apache.flink.streaming.api.operators.InternalTimer<K, N> timer)