Package org.apache.flink.table.dataview
Class MapViewSerializerSnapshot<K,V>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
org.apache.flink.table.dataview.MapViewSerializerSnapshot<K,V>
- Type Parameters:
K- the key type of the map entries.V- the value type of the map entries.
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<MapView<K,V>>
@Internal
@Deprecated
public class MapViewSerializerSnapshot<K,V>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
Deprecated.
A
TypeSerializerSnapshot for the MapViewSerializer.-
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.MapViewSerializerSnapshot(MapViewSerializer<K, V> mapViewSerializer) Deprecated.Constructor to create the snapshot for writing. -
Method Summary
Modifier and TypeMethodDescriptionprotected MapViewSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.intDeprecated.protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(MapViewSerializer<K, V> 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
-
MapViewSerializerSnapshot
public MapViewSerializerSnapshot()Deprecated.Constructor for read instantiation. -
MapViewSerializerSnapshot
Deprecated.Constructor to create the snapshot for writing.
-
-
Method Details
-
getCurrentOuterSnapshotVersion
public int getCurrentOuterSnapshotVersion()Deprecated. -
createOuterSerializerWithNestedSerializers
protected MapViewSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated. -
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(MapViewSerializer<K, V> outerSerializer) Deprecated.
-