public static final class ListSerializer.ListSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>
ListSerializer.| 构造器和说明 |
|---|
ListSerializerSnapshot()
Constructor for read instantiation.
|
ListSerializerSnapshot(ListSerializer<T> listSerializer)
Constructor to create the snapshot for writing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic ListSerializerSnapshot()
public ListSerializerSnapshot(ListSerializer<T> listSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>protected ListSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ListSerializer<T> outerSerializer)
getNestedSerializers 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<List<T>,ListSerializer<T>>Copyright © 2025 The Apache Software Foundation. All rights reserved.