Class TimerHeapInternalTimer<K,N>

java.lang.Object
org.apache.flink.streaming.api.operators.TimerHeapInternalTimer<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:
HeapPriorityQueueElement, Keyed<K>, PriorityComparable<InternalTimer<?,?>>, InternalTimer<K,N>

@Internal public final class TimerHeapInternalTimer<K,N> extends Object implements InternalTimer<K,N>, HeapPriorityQueueElement
Implementation of InternalTimer to use with a HeapPriorityQueueSet.