Package org.apache.flink.table.dataview
Class ListViewSerializerSnapshot<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
-
- org.apache.flink.table.dataview.ListViewSerializerSnapshot<T>
-
- Type Parameters:
T
- the type of the list elements.
- All Implemented Interfaces:
TypeSerializerSnapshot<ListView<T>>
@Internal @Deprecated public final class ListViewSerializerSnapshot<T> extends CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
Deprecated.ATypeSerializerSnapshot
for theListViewSerializer
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
-
-
Constructor Summary
Constructors Constructor Description ListViewSerializerSnapshot()
Deprecated.Constructor for read instantiation.ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
Deprecated.Constructor to create the snapshot for writing.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ListViewSerializer<T>
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Deprecated.Creates an instance of the outer serializer with a given array of its nested serializers.int
getCurrentOuterSnapshotVersion()
Deprecated.Returns the version of the current outer snapshot's written binary format.protected TypeSerializer<?>[]
getNestedSerializers(ListViewSerializer<T> outerSerializer)
Deprecated.Gets the nested serializers from the outer serializer.-
Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
-
-
-
Constructor Detail
-
ListViewSerializerSnapshot
public ListViewSerializerSnapshot()
Deprecated.Constructor for read instantiation.
-
ListViewSerializerSnapshot
public ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
Deprecated.Constructor to create the snapshot for writing.
-
-
Method Detail
-
getCurrentOuterSnapshotVersion
public int getCurrentOuterSnapshotVersion()
Deprecated.Description copied from class:CompositeTypeSerializerSnapshot
Returns the version of the current outer snapshot's written binary format.- Specified by:
getCurrentOuterSnapshotVersion
in classCompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
- Returns:
- the version of the current outer snapshot's written binary format.
-
createOuterSerializerWithNestedSerializers
protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Deprecated.Description copied from class:CompositeTypeSerializerSnapshot
Creates an instance of the outer serializer with a given array of its nested serializers.- Specified by:
createOuterSerializerWithNestedSerializers
in classCompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
- Parameters:
nestedSerializers
- array of nested serializers to create the outer serializer with.- Returns:
- an instance of the outer serializer.
-
getNestedSerializers
protected TypeSerializer<?>[] getNestedSerializers(ListViewSerializer<T> outerSerializer)
Deprecated.Description copied from class:CompositeTypeSerializerSnapshot
Gets the nested serializers from the outer serializer.- Specified by:
getNestedSerializers
in classCompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
- Parameters:
outerSerializer
- the outer serializer.- Returns:
- the nested serializers.
-
-