Class TimerSerializer<K,N>

java.lang.Object
org.apache.flink.api.common.typeutils.TypeSerializer<TimerHeapInternalTimer<K,N>>
org.apache.flink.streaming.api.operators.TimerSerializer<K,N>
Type Parameters:
K - type of the timer key.
N - type of the timer namespace.
All Implemented Interfaces:
Serializable

@Internal public class TimerSerializer<K,N> extends org.apache.flink.api.common.typeutils.TypeSerializer<TimerHeapInternalTimer<K,N>>
A serializer for TimerHeapInternalTimer objects that produces a serialization format that is lexicographically aligned the priority of the timers.
See Also: