public static final class ListSerializer.ListSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>
ListSerializer.| Constructor and Description |
|---|
ListSerializerSnapshot()
Constructor for read instantiation.
|
ListSerializerSnapshot(ListSerializer<T> listSerializer)
Constructor to create the snapshot for writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected ListSerializer<T> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(ListSerializer<T> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic ListSerializerSnapshot()
public ListSerializerSnapshot(ListSerializer<T> listSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>protected ListSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ListSerializer<T> outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>Copyright © 2024 The Apache Software Foundation. All rights reserved.