Class IntervalJoinOperator.BufferEntrySerializer<T>

java.lang.Object
org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
org.apache.flink.streaming.api.operators.co.IntervalJoinOperator.BufferEntrySerializer<T>
All Implemented Interfaces:
Serializable
Enclosing class:
IntervalJoinOperator<K,T1,T2,OUT>

@Internal @VisibleForTesting public static class IntervalJoinOperator.BufferEntrySerializer<T> extends org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
A serializer for the IntervalJoinOperator.BufferEntry.
See Also: