Package org.apache.flink.table.dataview
Class NullAwareMapSerializerSnapshot<K,V>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
org.apache.flink.table.dataview.NullAwareMapSerializerSnapshot<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<Map<K,V>>
@Internal
@Deprecated
public class NullAwareMapSerializerSnapshot<K,V>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
Deprecated.
A
TypeSerializerSnapshot for the NullAwareMapSerializer.-
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.NullAwareMapSerializerSnapshot(NullAwareMapSerializer<K, V> mapViewSerializer) Deprecated.Constructor to create the snapshot for writing. -
Method Summary
Modifier and TypeMethodDescriptionprotected NullAwareMapSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.intDeprecated.protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(NullAwareMapSerializer<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
-
NullAwareMapSerializerSnapshot
public NullAwareMapSerializerSnapshot()Deprecated.Constructor for read instantiation. -
NullAwareMapSerializerSnapshot
Deprecated.Constructor to create the snapshot for writing.
-
-
Method Details
-
getCurrentOuterSnapshotVersion
public int getCurrentOuterSnapshotVersion()Deprecated. -
createOuterSerializerWithNestedSerializers
protected NullAwareMapSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated. -
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(NullAwareMapSerializer<K, V> outerSerializer) Deprecated.
-