public static final class MapSerializer.MapSerializerSnapshot<K,V> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<Map<K,V>,MapSerializer<K,V>>
MapSerializer.| 构造器和说明 |
|---|
MapSerializerSnapshot()
Constructor for read instantiation.
|
MapSerializerSnapshot(MapSerializer<K,V> mapSerializer)
Constructor to create the snapshot for writing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected MapSerializer<K,V> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<K> |
getKeySerializerSnapshot() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(MapSerializer<K,V> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic MapSerializerSnapshot()
public MapSerializerSnapshot(MapSerializer<K,V> mapSerializer)
public int getCurrentOuterSnapshotVersion()
protected MapSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(MapSerializer<K,V> outerSerializer)
public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<K> getKeySerializerSnapshot()
Copyright © 2025 The Apache Software Foundation. All rights reserved.