Uses of Class
org.apache.flink.streaming.api.operators.TimerSerializer
-
Packages that use TimerSerializer Package Description org.apache.flink.streaming.api.operators -
-
Uses of TimerSerializer in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return TimerSerializer Modifier and Type Method Description protected TimerSerializer<K,N>TimerSerializerSnapshot. createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)TimerSerializer<K,N>TimerSerializer. duplicate()Methods in org.apache.flink.streaming.api.operators with parameters of type TimerSerializer Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]TimerSerializerSnapshot. getNestedSerializers(TimerSerializer<K,N> outerSerializer)Constructors in org.apache.flink.streaming.api.operators with parameters of type TimerSerializer Constructor Description TimerSerializerSnapshot(TimerSerializer<K,N> timerSerializer)
-