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:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ListView<T>>
@Internal
@Deprecated
public final class ListViewSerializerSnapshot<T>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
Deprecated.
A
TypeSerializerSnapshot for the ListViewSerializer.-
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
ConstructorsConstructorDescriptionDeprecated.Constructor for read instantiation.ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer) Deprecated.Constructor to create the snapshot for writing. -
Method Summary
Modifier and TypeMethodDescriptionprotected ListViewSerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.intDeprecated.protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(ListViewSerializer<T> outerSerializer) Deprecated.Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
Constructor Details
-
ListViewSerializerSnapshot
public ListViewSerializerSnapshot()Deprecated.Constructor for read instantiation. -
ListViewSerializerSnapshot
Deprecated.Constructor to create the snapshot for writing.
-
-
Method Details
-
getCurrentOuterSnapshotVersion
public int getCurrentOuterSnapshotVersion()Deprecated.- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
-
createOuterSerializerWithNestedSerializers
protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.- Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ListViewSerializer<T> outerSerializer) Deprecated.- Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
-