Class IntervalJoinOperator.BufferEntrySerializerSnapshot<T>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>,IntervalJoinOperator.BufferEntrySerializer<T>>
org.apache.flink.streaming.api.operators.co.IntervalJoinOperator.BufferEntrySerializerSnapshot<T>
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>>
- Enclosing class:
- IntervalJoinOperator<K,
T1, T2, OUT>
public static final class IntervalJoinOperator.BufferEntrySerializerSnapshot<T>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>,IntervalJoinOperator.BufferEntrySerializer<T>>
A
TypeSerializerSnapshot for IntervalJoinOperator.BufferEntrySerializer.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntervalJoinOperator.BufferEntrySerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) protected intprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(IntervalJoinOperator.BufferEntrySerializer<T> outerSerializer) Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
Constructor Details
-
BufferEntrySerializerSnapshot
public BufferEntrySerializerSnapshot()
-
-
Method Details
-
getCurrentOuterSnapshotVersion
protected int getCurrentOuterSnapshotVersion()- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>,IntervalJoinOperator.BufferEntrySerializer<T>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(IntervalJoinOperator.BufferEntrySerializer<T> outerSerializer) - Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>,IntervalJoinOperator.BufferEntrySerializer<T>>
-
createOuterSerializerWithNestedSerializers
protected IntervalJoinOperator.BufferEntrySerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) - Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>,IntervalJoinOperator.BufferEntrySerializer<T>>
-