T - the type of the list elements.@Internal @Deprecated public final class ListViewSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
TypeSerializerSnapshot for the ListViewSerializer.| Constructor and Description |
|---|
ListViewSerializerSnapshot()
Deprecated.
Constructor for read instantiation.
|
ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
Deprecated.
Constructor to create the snapshot for writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected ListViewSerializer<T> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
Deprecated.
|
int |
getCurrentOuterSnapshotVersion()
Deprecated.
|
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(ListViewSerializer<T> outerSerializer)
Deprecated.
|
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic ListViewSerializerSnapshot()
public ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ListViewSerializer<T> outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.